Hello,
I am again having problems with runcrawl.php creating files correctly.
I know that, when I run suPHP on my server, I have other install requirements.
I am currently creating the following sitemaps on my server
sitemap.html
ror.xml
sitemap.xml
sitemap.xml.gz
I understand that you need additional lines in runcrawl.php to accodate access issues. I currently only have the following changes in my runcrawl.php file. The sitemap creation still does not run clean.
chmod("/home/accountname/public_html/sitemap.xml", 0644);
Help!