ToonMariner Posted December 14, 2009 Share Posted December 14, 2009 got a new laptop with win 7 on (having to set permissions all the time for various dirs which is VERY annoying)... Anyway - trying to replicate my environment from my old (virtually deceased) machine... localhost works but my virtual hosts are delivering the 403 Forbidden You don't have permission to access / on this server. response. attaching relevant files. if you can spot anything I'd be very grateful... [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
corbin Posted December 14, 2009 Share Posted December 14, 2009 <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> Later on you're never allowing access to the folders you set as the vhost roots. <Directory "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/docs/dummy-host.localhost"> Allow from all </Directory> By the way, why are you using PHP in CGI mode? Any reason, or just like to? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.