• Hi,
    I want to remove the /tag/ from the URL for a site, but am having no luck. I’ve added the following to .htaccess:

    RewriteRule ^tag/(.+)$ http://www.[sitename]/$1 [R=301,L]

    If there is another way to do this through (i.e. through Permalinks, or within the PHP) I’d be game to try it.

    Thanks for your help!

  • The topic ‘.htaccess rewrite rule for tags not working’ is closed to new replies.