Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 5, 201410 yr I need to move one of my sites from being at /public_html/ to public_html/forum, whilst also keeping any inbound links working. Could someone point me how to do this via htaccess?
August 6, 201410 yr Evening..... RedirectMatch 301 ^/(.*) http://www.YOURDOMAIN.co.uk/forum/$1 Should work fine That will take anything in the root to now be in /forum/ If you need items in the root still then something like RedirectMatch 301 ^/folder1/(.*) http://www.YOURDOMAIN.co.uk/forum/folder1/$1 RedirectMatch 301 ^/folder2/(.*) http://www.YOURDOMAIN.co.uk/forum/folder2/$1 etc... should be fine.
August 7, 201410 yr see here also http://kb.mediatemple.net/questions/242/How+do+I+redirect+my+site+using+a+.htaccess+file%3F
Archived
This topic is now archived and is closed to further replies.