• Welcome to Sitemap Generator Forum.
 

php.ini file

Started by lizardlips, March 21, 2007, 02:06:19 AM

Previous topic - Next topic

lizardlips

My generator is timing out. I have read the forum and want to add a php.ini file to see if that will fix the problem. I dont have a php.ini file but I do have a .htaccess file.

Can you please tell me what commands I need to put in the file? Please dont leave out anything.

Thanks


XML-Sitemaps Support

Hello,

the directives for .htaccess would be:
php_value memory_limit 128M
php_value max_execution_time 9000

(you can insert your own settings there).