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? Quote Link to comment 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... 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.