|
01-10-2007, 08:48 PM
solved -
This was in the .htaccess file:
Options Includes FollowSymLinks
The syntax of that isn't correct. I changed it to
Options +[option] +[option] syntax and it works
e.g. Options +Includes +FollowSymLinks
So that should be a plus for you. (sorry had to say it)
|