Nothing to worry for “HTTP 404 error in Wamp Server” problem. After install wamp server, when you run wamp server it’ll change green color icon in taskbar. But when you are going http://localhost/ it’ll show “HTTP Error 404”.
Causes for ‘HTTP 404 error in wamp server – page not found’:
This problem happening for Port issue. You may be install some services which one taking Port 80. Like,
Skype
IIS Express Web Server
Some Torrent Clients
Teamviewer
...
So only ‘HTTP 404 error page not found’ happening.
Solution:
You have to change your wamp server Port number. Just do following simple steps,
-
Open httpd.conf file
-
Change Listen 80
-
Change ServerName localhost:80
-
Use URL
After run your wamp server, left click taskbar Wamp green icon. Then go-to Apache->httpd.conf
(Otherwise open like: C:\wamp\bin\apache\apache2.2.22\conf )
There, Line number 46 having “Listen 80”.
Just replace 80 as “81” like
Listen 81
And Line number 171 having “ServerName localhost:80”.
Just replace with same number as you used Line number 46. Like,
ServerName localhost:81
And save this file.
Just restart your Apache or Wamp then use URL like following,
http://localhost:81/ or
http://127.0.0.0:81/ ( here 127.0.0.0: is your wamp IP )
Notes:
1) Make sure your wamp running fine.
2) After change ’81’ it’s not working means just try with another number. like, 82, 8181,…
3) If you are using only ‘Skype’ from that list, better you having Nice SolutionS.
For Doubt / Wishes / improvement just Comment here…
Latest posts by KarSho (see all)
- Step to Install JOOMLA in WAMP Localhost - March 30, 2020
- ‘Your Projects’ Links Not working in WAMP Server - March 29, 2020
thanks a lot..
It help me a lot. I have tried so much to start my WAMP but its not working.. but now its working ..
thanks once again ..
a very good article . After following the instructions I could start my wamp server. The only article that has helped me. Thank you for it!
Thanks a lot…it is very good steps or solution for this problem…Good Help (Y)
Thanks for this valuable information! It’s great to see that green WAMP logo in my taskbar once again!
Still localhost or phpmyadmin is not working
Hi
My wamp is green but still when I go to localhost81, it does not find it.
great article amazing
Thank you very much for such a fabulous solution
i also do the same procedure but still not working.please help us bro…
.
Thanks you so much for this help!
greate post! ThumbsUp
Thanks alot.Relief ! :0
Thanks!
its working.. thanks a lot
Thanks, it’s working perfectly
my at last i find a solution to this problem. its been tough. thank you so much for this article. it completely solved the problem. keep it up. i will be following your blog
Great
perfect Guide…Thanks!!
I need to do a website about Ballroom Reservation. Im not good with coding, I really need more tutorial how to create database to phpMyAdmin in wamp and php; create, edit, delete and view… I hope U can help me..
thanxs
This tutorial is bullshit, adding port 81???
of course, Noob.
Thank you sir! I just started learning php today and I ran into this problem. I’ve been searching the web for a solution and nothing worked until I came upon yours.
Thanks
It works for me
I’ve tried a lot of solutions with no luck. This one works! Thanks a LOT!!!
Thanks alot,you are weldone
graet article……………thanks
My wamp server run correctly but I can’t access PHP file it’s says not found please help me thanks
thanks a lot,
that’s so helpful.
🙂
I am getting this erroe even after changing port from 80 to 81. plz help me..thanx in advance
[Fiddler] The socket connection to localhost failed.
ErrorCode: 10061.
No connection could be made because the target machine actively refused it 127.0.0.1:81
Hi. I have installed a latest version of wamp server. When i tried to change the port number,in httpd.conf file i have 3lines as #Listen 12.34….. 80
Listen …….80
Listen ……..80
In which line i need to change the port number. Please help me i sm in hurry.
Hi sir,
1) Make sure your wamp running fine. ( My wamp server is working fine all services are running. Icon is green.)
2) After change ’81’ it’s not working means just try with another number. like, 82, 8181,… ( I tried all the port )
3) If you are using only ‘Skype’ from that list, better you having (Iam not using any application like skype,torrent,IIS7 etc..)
pls help regarding this
I changed 80 to 81 and it does not work my wampserver….. Suggestions?
It’s worked. Thanks
Thanks, brilliant solution. Keep it ip
Hey , its not working for me…
While hitting localhost/newplatform … ( newplatform — my code local folder )
its gave me 404 not find…
error…
Thanks so much sir …wamp working thanks again