Reply to comment

MagnusB

Sorry, the above should be:

Putting this in the main .httpd.config will also work:

<Directory /path_to/site>
   Options FollowSymLinks
   AllowOverride All
   RewriteEngine on
</Directory>

Do not remove the default but instead add the above block below the default block:

<Directory />
   Options SymLinksIfOwnerMatch
   AllowOverride None
</Directory>

Reply

y
7
t
c
Enter the code without spaces and pay attention to upper/lower case.