php_value in Apache conf

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
efmoya
Forum Newbie
Posts: 1
Joined: Sat Jan 25, 2003 10:31 pm

php_value in Apache conf

Post 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/
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
Post Reply