The Little Guy Posted December 21, 2010 Share Posted December 21, 2010 I installed WAMP, and when I view via localhost though the browser, it displays fine, but when I use my IP address, I get a 403 error. What I read is I have to add a virtual host through apache for that ip, is that correct? This is what I put in there: NameVirtualHost 24.197.217.40:3333 <VirtualHost 24.197.217.40:3333> DocumentRoot c:/wamp/www/ ServerName 24.197.217.40 # Other directives here </VirtualHost> When I restart apache (after saving) it still displays as a 403. What should I do? Link to comment https://forums.phpfreaks.com/topic/222317-wamp-403-forbidden/ Share on other sites More sharing options...
The Little Guy Posted December 22, 2010 Author Share Posted December 22, 2010 Looks like there is a button in the manager called "Put Online", I guess I have to press that button... Link to comment https://forums.phpfreaks.com/topic/222317-wamp-403-forbidden/#findComment-1150171 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.