php.ini file
« on: March 21, 2007, 02:06:19 AM »
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

Re: php.ini file
« Reply #1 on: March 21, 2007, 11:11:01 PM »
Hello,

the directives for .htaccess would be:
Code: [Select]
php_value memory_limit 128M
php_value max_execution_time 9000
(you can insert your own settings there).