I need http://www.djaradio.com/?feed=rss2 to redirect to http://www.discjockeyamerica.com/?feed=podcast Currently my .htaccess file looks like this: RewriteEngine On RewriteBase / Redirect 301 /?feed=rss2 http://www.discjockeyamerica.com/?feed=podcast Redirect 301 /arn.html http://www.discjockeyamerica.com/?feed=podcastThe arn.html redirect is just there for testing, but notice that it does properly redirect as expected while the /?feed=rss2 redirect does not.
I tried escaping the unusual characters as below: Redirect 301 /%3ffeed%3drss2 http://www.discjockeyamerica.com/?feed=podcast This didn't work though.The wordpress forums have lots of similar posts but nothing for this specific problem, and most questions of this nature have gone unanswered. I have posted to the podpress plugin forum, but think this might be a bit outside the expertise found at that forum. So far most help I have received has been through google searches.
Help would be greatly appreciated. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx