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/
php_value in Apache conf
Moderator: General Moderators
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