k, solved that. my syntax was a little wrong, this fixed it:
Quote:
<Directory /var/www/clients/client1/web2/web>
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
|
now I get another 500 error and the log says:
Quote:
|
SoftException in Application.cpp:245: File "/var/www/clients/client1/web2/web/index.php" is writeable by group
|
chmod -R 755 web/ helped here