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>
More information about formatting options
read more about Jonathan Furness
Jonathan's favourite blog sites... edu.blogs.com by Ewan McIntosh theOTHERblog Stephen Powell Stephen Heppell Matthew Eaves Gina Revill blackrat.org Gareth Long Richard Millwood
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>