ISPConfig, Drupal, and .htaccess

Discussion in 'General' started by jon335, Oct 8, 2005.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    Please remove the line "AllowOverride Indexes AuthConfig Limit FileInfo" in the above apache2.conf part.

    What you did is that you first allowed all and then added the limitaions again with the second line.
     
  2. Hans

    Hans Moderator ISPConfig Developer

  3. sojic

    sojic New Member

    I have problem with AllowOverride.

    I need AllowOverride All to all sites.

    ISPConfig generate vhosts/Vhosts_ispconfig.conf and for each virtual site generate
    Code:
     <Directory /var/www/web1/web>
       Options +Indexes +FollowSymLinks +MultiViews
       AllowOverride None
       Order allow,deny
       allow from all
       AddHandler mod_python .py
       PythonHandler mod_python.publisher
       PythonDebug On
     </Directory>
    
    How to "skip" generating of AllowOverride None for each site?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    You can change this in the make_vhost() function in /root/ispconfig/scripts/lib/config.lib.php.
     

Share This Page