Hi All,
Yeah, I had the same problem with geting 403 errors. Unfortunately I have shared hosting so I don’t have access to the httpd.conf file. I looked at the error log file and saw the following line:
[Fri May 26 06:47:25 2006] [error] [client 218.146.252.59] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/website/public_html/_vti_bin/_vti_aut/author.dll
So, in the .htaccess in:
/home/website/public_html/_vti_bin/
I simply added:
Options +FollowSymlinks
Now all is good! Cheers,
keteracel (Php Expert)