301 Redirect for ROR Pages
There are tons of开发者_JAVA技巧 directions for 301 Redirects for ROR but I can't find one for the 'pages'. I have applied the following code into .htacess and it doesn't seem to be working.
Redirect 301 /Maui/Maui-snorkeling-and-scuba/activity/MS10-maui-snorkeling-tours http://www.hawaiifunplanner.com/maui/maui-snorkeling-and-scuba/activity/MS10-maui-snorkeling-tours
Any help would be greatly appreciate since I have to do about 30 redirects due to duplicate keyword descriptions.
Thank you!
see: http://www.camelpunch.com/web-development/tutorials/301-redirect-with-rails/
精彩评论