• Welcome to Sitemap Generator Forum.
 

retain crawl_dump.log ?

Started by mike33, October 26, 2008, 01:13:09 PM

Previous topic - Next topic

mike33

Is there an easy way to prevent crawl_dump.log from being deleted when sitemap.xml is created?

Thanks
Mike

XML-Sitemaps Support

Hello,

please try to create php.ini file in generator folder with this line:
disable_functions = unlink
that will disallow sitemap generator to delete any files (if your host allows custom php.ini's), including crawl_dump.log.

mike33

Thank you Oleg

In crawl_dump.log, some line items are in this format

'us-products-dr.html' => 'us-products-DR.html',

What is the significance of =>   ?

Does this indicate a link, or a redirect?  It looks like the url on the left is linked from the url on the right, but I have not done an in-depth analysis.

Thanks
Mike

XML-Sitemaps Support

Hello,

this is the representation of PHP associative array, the left part is the "key" and the right part is "value" of array record.