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 ?
Posts: 8194
FAQ C.1