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] Link to comment https://forums.phpfreaks.com/topic/185138-virtual-hosts-on-windows-7/ 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? Link to comment https://forums.phpfreaks.com/topic/185138-virtual-hosts-on-windows-7/#findComment-977334 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.