read all the posts regarding this issue - and none of them seed to help my instance...
I just moved all my dev stuff form a vista machine (where it worked fine) to a Windows 7 machine - Apache 2.2... and I'm using the same conf files... but now for some reason my .htaccess file is causing a "You don't have permission to access / on this server." error.
(I am positive it's the .htaccess file - because if i remove or rename the file from the directory - the site comes up just fine...)
now - the .htaccess file is used to facilitate short URLs and I cannot simply remove it - it's not my site to make such design decisions - I'm simply managing it...
SO FAR - I have made sure I have all my conf entries as:
Order allow,deny
Allow from all
and thru the windows file/directory UI - I've set the folder permissions for the httpd root AND my wwwroot (located in my users folder) to have the local user have FULL CONTROL...
but I'm still getting the error... frustrating.
Error log reads:
Sat Jan 14 21:17:03 2012] [error] [client 127.0.0.1] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: C:/Users/me/wwwroot/{path to site}/
interestingly - Options FollowSymLinks is in the conf file - exactly as it was before...
anyone feel like walking me thru a permissions thing on win 7?????
thanks in advance/