I'm trying to install an application called Gallery ( When I run setup I get the following error:
Apache is not obeying your .htaccess file. Try entering the following into your web server's httpd.conf file:
<Directory /home/thewhole/public_html/gallery>
AllowOverride Options FileInfo
</Directory>
I've tried adding this to /etc/httpd/conf/httpd.conf and restarting Apache and it makes no difference. I've also tried changing the global AllowOverride setting from None to All and restarting Apache and I still get the error.
I have just moved from a shared server to a dedicated server and have never had to do this before so I may be missing something really obvious.
I did have a quick peek at /etc/httpd/conf/httpd.conf on the old server before my account was deleted and AllowOverride was set to None and I know I didn't have to ask them to anything special to get this s/w to work. This is driving me nuts, mainly because I suspect I am missing something obvious!
Apache is not obeying your .htaccess file. Try entering the following into your web server's httpd.conf file:
<Directory /home/thewhole/public_html/gallery>
AllowOverride Options FileInfo
</Directory>
I've tried adding this to /etc/httpd/conf/httpd.conf and restarting Apache and it makes no difference. I've also tried changing the global AllowOverride setting from None to All and restarting Apache and I still get the error.
I have just moved from a shared server to a dedicated server and have never had to do this before so I may be missing something really obvious.
I did have a quick peek at /etc/httpd/conf/httpd.conf on the old server before my account was deleted and AllowOverride was set to None and I know I didn't have to ask them to anything special to get this s/w to work. This is driving me nuts, mainly because I suspect I am missing something obvious!