terra Posted November 12, 2006 Share Posted November 12, 2006 i have a unique problem. i have wamp installed (apache, php, phpmyadmin, MySQL). The problem is i cannot use localhost to access my site.My Config file Listen 8080NamevirtualHost 192.168.0.15<Virtualhost localhost:8080>DirectoryIndex index.phpDocumentRoot "D:\myste"</Virtualhost>The problem is if i enter 127.0.0.1 in my browser (explorer on Windows) i can access my site BUT if i use localhost i cannot access my site.Also, i cannot access my site from another computer over LAN even if i use IP based virtual hosting.Please help Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 12, 2006 Share Posted November 12, 2006 You'll want to use http://localhost:8080 as your have set up the virtual host on port 8080http://localhost/ will call port 80 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.