Forums

Changed from subfolder now want to remove /blog & redirect (2 posts)

  1. Damien Saunders
    Member
    Posted 10 months ago #

    Hi all

    I've been running my site for a few months but shortly after I started, I changed from sub-folder to sub-domain. So now I'd like to drop the /blog/ from my permalink structure.

    But ... I want to keep all my google search results

    Im happy to mod my .htaccess file but I don't want to break my site as I know nothing about the code in these files.

    Can someone who has done this before recommend / suggest what to use for my REDIRECT rules please?

    eg I want to change from damiensaunders.com/blog/category/post-name
    to damiensaunders.com/category/post-name

    Thanks

    Damien

  2. dgilmour
    Member
    Posted 10 months ago #

    Something like this should do it. Include / at end to redirect directories, and not just the index file in the directory.

    Redirect /blog/ http://damiensaunders.com/

Reply

You must log in to post.

About this Topic