Home - Help & Support - Contact Us
    

How Can I Redirect An ITunes RSS Feed To Another Location?

If you have an RSS feed that you want to redirect to a new feed in another location, you need to use mod_rewrite in your redirecting .htaccess file in the old location. Add the following rules to that .htaccess file:

RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteRule ^oldfeed.xml$ http://www.coolexample.com/?feed=new_rss_location [R=301,L]

In addition you will need to either delete or rename the old XML feed.

Rated:NR/0 Votes
333 Views
More Articles From General
More Articles From General
Print Article
Print
Share |
Comments, Questions & Reviews

Comments is currently disabled for this article!
Related Articles and Readings
Changing Your Password
To Change Your Password Click Settings. Go to the Account Settings tab. Click the Edit hyperlink for editing your password. In ...
Can I transfer a domain that has already expired to you?
No, a domain must be current to transfer the registration. If your old registrar has released the domain, you can ...
Can I Run Scripts on my New Hosting Account Before Repointing the Domain Name Server DNS From my Old Server?
No, there is no true path to the server, but you can add your IP address and Web site name ...
How do I use a 301 Redirect Page?
If you redesigned one, some, or all of the pages of your Web site, but want to maintain your current ...
The information provided in this article is for general information and/or the comments is the sole responsibility of their respective authors and does not necessarily reflect the opinion of zeronese.net does not endorse any article and/or comments published by our web users unless otherwise noted.