Can anyone tell me if I can use the same feed address that I had with my old host? What's the best way to switch to WP without losing subscribers? Thanks in advance.
Can anyone tell me if I can use the same feed address that I had with my old host? What's the best way to switch to WP without losing subscribers? Thanks in advance.
Did you change domains as well as switch hosting services? If you kept the same domain and RSS address, nothing will change after DNS rolls over. If you changed domains, you need hosting for the old domain in order to redirect to your new domain.
The domain name will be the same. I will point the DNS server at the registrar to the new server. (The old server was a hosted blog platform - SquareSpace but I used my own domain.) Do I need to tell WP somewhere what the feed is? I'm just confused. Thanks so much for your help.
WP automatically puts a feed up, in the header as a link for search engines to auto-discover, and almost every theme out there has a visible RSS link, too. http://codex.wordpress.org/WordPress_Feeds. If your old feed was a different URL (but with the same domain), you can redirect old to new URL in .htaccess.
thank you. any suggestions on directions for dealing with .htaccess for a newbie?
Docs on .htaccess: Using Permalinks « WordPress Codex and WordPress Feeds « WordPress Codex
The redirect you want to put in is in this format:
Redirect 301 /oldfeed http://mydomain.com/feed/
Only works on exactly the same domain. Put that line above the WP permalink rewrite block.
excellent - thanks so much.
-amy
You must log in to post.