Forum Moderators: phranque
My conf file has the following
<Directory />
AllowOverride All
Options +FollowSymLinks +SymLinksIfOwnerMatch
<Ifmodule mod_access.c>
Allow from all
</Ifmodule>
</Directory>
AND I also added the following to the VirtualHost of the site I'm trying to use rewrite on:
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteLog logs/SiteName-server-rewrite.log
RewriteLogLevel 5
</IfModule>
when I restart apache I don't get any errors, and nothing goes in the error logs. Any help would be greatly appreciated. I'm tiered of beating my head on the wall.
summer