sitemap.xml permissions change
« on: March 02, 2007, 08:00:32 PM »
I set the sitemap.xml permissions to 0666.  I run the generator, which seems to work (progress updates, log files generated, urllist.txt generated, etc.)  However, nothing is written to sitemap.xml.  I notice when I view the file that the permissions change to 0644 (no write to group or others).  Any idea why this is happening?

Thanks,
Ted
Re: sitemap.xml permissions change
« Reply #1 on: March 03, 2007, 12:36:01 AM »
Try to remove sitemap.xml file, re-create it and set 0666 permissions again.
Re: sitemap.xml permissions change
« Reply #2 on: March 03, 2007, 01:38:58 PM »
I specified the data directory as the sitemap.xml location.  It looks like your application tries to create the sitemap file there and then copy it to the destination.  Switching to another directory solved the problem.

Thanks,
Ted