wiggst3r Posted April 27, 2009 Share Posted April 27, 2009 Hi I have just converted an old site and alot of users still type in the URLs of the old site (or have them bookmarked etc) As some of the pages are simply folders, I'm looking to redirect the folder to another folder. I've used the following, which doesn't work. RewriteRule ^/home-insurance/.*$ /insurance/home-insurance/ [R=301] Any ideas what I need to change? Thanks Link to comment https://forums.phpfreaks.com/topic/155852-redirect-from-one-folder-to-another-using-mod_rewrite/ Share on other sites More sharing options...
premiso Posted April 27, 2009 Share Posted April 27, 2009 http://www.3ring.com/resources/3ring-blog/del-icio-us/301-redirects-redirecting-your-site-folders-and-pages redirectMatch 301 ^/home-insurance/(.+)$ http://www.example.com/insurance/home-insurance/$1 Should do it. Link to comment https://forums.phpfreaks.com/topic/155852-redirect-from-one-folder-to-another-using-mod_rewrite/#findComment-820671 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.