Save sitemap on a different server
« on: May 26, 2006, 12:09:09 PM »
My ISP does not allow executable content on its homepages servers, so the Sitemap Generator runs on a separate CGI server.  Is it possible to configure the generator to save the resulting output to another server (e.g. via FTP)?

Sorry if this has been asked before but I couldn't find an answer in a search of the forums.

TIA, Mark
markwilson.co.uk/blog
Re: Save sitemap on a different server
« Reply #1 on: May 26, 2006, 09:04:18 PM »
Hello Mark,

sitemap generator doesn't have this feature implemented, since it's a rare case when sitemap generator cannot work on the same server.

I can suggest you to setup a cron job on your target server that will retrieve the sitemap from "cgi server" with a command line like:
wget http://www.your-cgi-server.com/sitemap.xml -o /path/to/local/sitemap.xml