Add AllowOverride All

Discussion in 'Installation/Configuration' started by mccharlet, Oct 31, 2007.

  1. mccharlet

    mccharlet Member HowtoForge Supporter

    Hi,

    I want add "AllowOverride All" on a virtualhost
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you want this for just one virtualhost, add the following lines into the apache directives box of the website:

    <Directory /var/www/web1/web>
    AllowOverride All
    </Directory>

    make sure that you replace the path with the correct path to the website.
     

Share This Page