Page 1 of 1

php_value in Apache conf

Posted: Sat Jan 25, 2003 10:31 pm
by efmoya
I'm trying to install a package called "gallery". It uses .htaccess entries like this:

php_value module newvalue

This isn't working on my system. Winxp on 200mhz pentium pro with 96 mb.

How do I enable php_value capability in my .htaccess files?

Thanks,
EFM
http://moya.us/

Posted: Sun Jan 26, 2003 12:16 am
by volka
http://www.php.net/manual/en/configurat ... .php[quote] When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .htaccess files (You will need "AllowOverride Options" or "AllowOverride All" privileges)[/quote]by default it is set to AllowOverride None in httpd.conf superseding all settings in .htaccess