.htaccess: Options not allowed here -

Discussion in 'Installation/Configuration' started by tom, Jul 11, 2009.

  1. tom

    tom Member

    I get this from apache
    Code:
    /var/www/xyz.com/web/.htaccess: Options not allowed here,    
    and find this default ispconfig from vhost
    Code:
    <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?
     
  2. fhawk

    fhawk New Member

    paste your content of .htaccess!!!
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     

Share This Page