PDA

View Full Version : .htaccess problem


msource
18th December 2007, 13:07
Hi,

I need help.
I put an .htaccess in root site, in my error.log it give me the following error:
/var/www/web61/web/.htaccess: php_value not allowed here,

.htaccess code:
php_value max_execution_time 1200
php_value memory_limit 200M
php_value post_max_size 10M
php_value upload_max_filesize 10M

It gave me an 500 internal error.

How can i mannaged this?

till
18th December 2007, 18:11
The best way is to put the lines:

php_value max_execution_time 1200
php_value memory_limit 200M
php_value post_max_size 10M
php_value upload_max_filesize 10M

in the apache directives field of the website and not in a .htaccess file.

msource
18th December 2007, 18:33
Tanks.

It works. Your the best. All project of ISPConfig + the team is great.