Hello,
I'm trying to redirect a page in .htaccess. The old site RSS was /blogs/dailynews/rss.aspx and the new location /feed.

Redirect permanent /blogs/dailynews/rss.aspx http://www.whatisnew.com/feed

This goes to the wrong location:
http://www.whatisnew.com/feed?q=blogs/dailynews/rss.aspx

Comments

sleddoggin’s picture

You should be able to write something similar to the code below - and place it into your htaccess file. Try what I have written, and see if it works.

RewriteRule ^blogs/dailynews/rss.aspx$ http://www.whatisnew.com/feed [R=301,L]

Let me know what happens!


Christian Hollingsworth
My Drupal Based Sled Dog Community