• Hey Guys

    I have an old site to which I have added a WP blog which lives in /blog/
    On my site I have a page article.php which shows blog posts and has this .htaccess code:

    RewriteRule article/(.*)?$ article.php?parameters=article/$1 [L]

    I want people to see articles on the site not on /blog/ so I have been manually updating the URL in links to my articles to replace /blog/ with /article/

    Can you suggest a ReWrite rule that will redirect anyone who visits mydomain.com/blog/article-slug to mydomain.com/article/article-slug ?

    Thanks in advance for your help ??

    Cheers

  • The topic ‘Rewrite /blog/ to /article/ in post permalink URL’ is closed to new replies.