RE: [PHP] .htaccess for PHP

2001-05-22 Thread Matt Schroebel
php_value safe_mode 1 php_value max_execution_time 15 You need to also set the AllowOverride option in apache so that apache looks into the .htaccess file. http://httpd.apache.org/docs/misc/FAQ.html#htaccess-work > I heard that you can modify PHP settings with the .htaccess > file for Apache

[PHP] .htaccess for PHP

2001-05-22 Thread Trent Reimer
I heard that you can modify PHP settings with the .htaccess file for Apache. How would this look if I wanted to adjust "max_execution_time" to a shorter span, or to turn "safe_mode" on or off? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit