Move MT RSS Feed to WP RSS Feed
-
Hi all, I just migrated from MT to WP, and I am having a lot of trouble getting the feed link replaced. I’d rather not have to tell my subscribers to resubscribe, I’d like the WP feed picked up automatically. I’ve tried various things I found here on the forum and did some searching online but nothing I have tried seems to work for me. I could use some assistance.
My MT feeds were previously:
——————————
https://www.site.com/index.rdf
https://www.site.com/index.xml
——————————At least that’s what comes up in the feed reader when I try to subscribe.
This is my current .htaccess file
———————————
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
———————————–How do I let the feedreaders know where my WordPress feeds are, and allow my users to begin using those automatically? Please let me know if there is any other info you need in order to help.
Thanks so much for your help in advance!
Gina
- The topic ‘Move MT RSS Feed to WP RSS Feed’ is closed to new replies.