Not sure it helps as I am not familiar with the way the RSS or ATOM works… you mention below:
If you just change the location of the entries that the feed links to then you just need to change your feed template.
We have closed down about 9 of our blogs and consolidated them into one new blog called, “newBlog”. Blog1, Blog2, Blog3 ... Blog9 all had their own RSS and ATOM templates. I will just work with RSS for now ATOM looks too complicated; in the RSS template for the each of the old blogs if I changed the code at the top from this:
{assign_variable:master_weblog_name="Blog1"}
{exp:rss:feed weblog="{master_weblog_name}"}
to this:
{assign_variable:master_weblog_name="newBlog"}
{exp:rss:feed weblog="{master_weblog_name}"}
would that make all the visitors that linked via RSS connect to the “newBlog” future entries?
Let me know if that is the correct way to do it, please.
Now IF that is the correct way to do it, that means I will need to keep all the old blogs existing on the site.
I have heard about aliases in other CMS, such as Ektron. Does EE 1.x allow for aliases? That way I could just create the aliases and have them point to the newBLog and also the newBLog/RSS and get rid of all the other dead blogs.
socaprice