apache - Unable to locate WAMP servrer via localhost -


i have problem wamp server vith apache v.2.4.9. after complete reinstall of win7 wamp server unable reach via localhost or 127.0.0.1, shows error not found - requested url / not found on server. (and interesting) possible phpmyadmin via http://localhost/phpmyadmin normally.

i tried stuff found - juggling httpd.conf rights, virtuals, on c:\windows\system32\drivers\etc checked line 127.0.0.1 localhost , have no such program skype or other server witch potencional blocker of port 80.

only thing helps set in httpd.conf listening on port 8080, can root page (not sub directories) , it's unable reach database.

i'm stuck developig home, if have suggestion, please write me. thanks!

this because browser using ipv6 , ipv4 @ other times. not sure controls why browser uses ipv4 or ipv6 if have ipv6 activated ( , w7 ) seems make arbitrary decisions , can use either or both.

so need add ipv6 loopback address hosts file.

change hosts file c:\windows\system32\drivers\etc\hosts so

127.0.0.1  localhost ::1  localhost 

a simple test use url in browser instead of localhost

http://127.0.0.1 

and if runs wampserver homepage above change sort out.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -