PDA

View Full Version : .htaccess: Options not allowed here -


tom
11th July 2009, 16:56
I get this from apache
/var/www/xyz.com/web/.htaccess: Options not allowed here,

and find this default ispconfig from vhost

<Directory /var/www/xyz.com/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client4/web4/web>
Options FollowSymLinks
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
</Directory>

1. Does ISPConfig override this Option?
2. Where can this edit the default?
3. How can it be override?

fhawk
11th July 2009, 21:07
paste your content of .htaccess!!!

till
12th July 2009, 10:59
1) ISPConfig is a controlpanel and not a webserver. It does not override any options.
2) There were all templates can be edited: /usr/local/ispconfig/server/conf/
3) By allowing overriding for options too. But never do this on a serverw ere you host clients or thye will be able to reconfigure your apache server and are not bound to the limits that you had set them in ispconfig anymore.