mccharlet
31st October 2007, 23:23
Hi,
I want add "AllowOverride All" on a virtualhost
till
31st October 2007, 23:29
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.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.