Forum OpenACS Q&A: lars-blog hostname in rss.xml file

Collapse
Posted by Alfred Werner on
I set up a new (4.6.3) instance of OACS under a test url - client.schemathings.com, did some testing, and then went to production on www.client.com - when I cut over, the rss.xml files generated by the lars-blogger still keep the old name, and I can't find any parameters either in site map or package manager that might be related. The aolserver instance itself is using the new hostname, so it can't be an [info hostname] call. Hmm...

Anyone know where the hostname for an RSS feed lives?

Collapse
Posted by Alfred Werner on
Mea maxima culpa ..

The SystemURL parameter in "Main Site" in site map seems to be what is read in this case. That explains why a grep -i -r host in the blog package didn't turn up anything :)

After changing SystemURL and going to the rss-support and regenerating the page (rss.xml), all was fine.