Moved blog, forgot to notify feeds
-
I was looking at my stats and realized there were feeds from my postings. I’m afraid I had neglected to post that the site was moving before moving it.
I would like for someone to be able to subscribe to a feed at the new location, but would also like it to send updates to feeds to the old location as well. Is this possible?
Is there any way to redirect the feeds to the new location short of moving the site back, posting that it was moving, then moving it back to the new location?
I was looking at https://codex.www.ads-software.com/WordPress_Feeds, in the section Changing Addresses, it says:
If you are currently using other webblog software and are changing to WordPress, or are moving your weblog to a new location, you can “forward” RSS readers to your new RSS feeds using file rewrites and redirects in your .htaccess file.
Edit the .htaccess file in your root folder, if no file exists, create one.
Here is an example for a b2 feed:
RewriteRule ^b2rss2.php(.*)? /wordpress/?feed=rss2 [QSA]
Here is an example for MovableType Users:RewriteRule ^index.xml(.*)? /wordpress/?feed=rss2 [QSA]
Feed Director provides rewrite rules for common feed filenames used by other blogging platforms, such as index.xml, index.rdf, rss.xml, rss2.xml, atom.xml, *.xml, via an easy-to-use “install it and forget it” plugin.Would this work for me?
RewriteRule ^b2rss2.php(.*)? /wordpress/?feed=rss2 [QSA]
Would this go into my new location’s .httaccess file? And would the /wordpress/ point to the old location of the blog so that updates I make to the new location will feed those subscribed to the old location?
Also, it says the .htaccess file goes in the root directory. Is this the blog’s root directory or the site’s root (public_html)? I have 2 blogs, it’s only the second one that this affects.
Thanks much in advance!
- The topic ‘Moved blog, forgot to notify feeds’ is closed to new replies.