Quote:
Originally Posted by enissayol
/var/www/fnaire.info/web/
|
I had the same problem but this worked for me:
In the ISPCONFIG CP.
Add the following to the Apache directives for the specific site:
Quote:
<Directory /var/www/fnaire.info/web>
Options +Includes -Indexes -ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
|
Save the changes then try access the site again.