/gallery/.htaccess: php_value not allowed here

deepdown

Joined: 2003-04-09
Posts: 13
Posted: Fri, 2003-05-16 11:56

I get a 500 Server error, when I try to http://mydomain/gallery

I have set http -> https

Quote:
My httpd.conf Looks like this:
<VirtualHost _default_:80>
RewriteEngine on
RewriteRule ^/gallery/(.*)$ https://%{SERVER_NAME}/gallery/$1 [R,L]
</VirtualHost>

I also get these php_value faults from the /gallery/setup/.htaccess too!
So there must be something in my httpd.conf that Disables the use of php_value... or ??

How can I Override/or disable these php_value faults via httpd.conf ?

 
alindeman
alindeman's picture

Joined: 2002-10-06
Posts: 8194
Posted: Fri, 2003-05-16 21:14

FAQ C.1