Hi…
I installed WAMP server…
When I go to localhost iam getting this is
“NOT FOUND”
HTTP Error 404. The requested resource is not found.
how to solve this
Hi…
I installed WAMP server…
When I go to localhost iam getting this is
“NOT FOUND”
HTTP Error 404. The requested resource is not found.
how to solve this
I am not sure whats going wrong but hopefully following links might help you-
check whether you have installed 2 or more DBMS…for example,suppose i have installed mysql and oracle both,then WAMP server will give 404 error.In that case,you need to change mysql ports
What are you typing into your address bar.
It should be something like localhost/folder/file e.g. localhost/rubblewebs/index.php
What happens when you enter http://127.0.0.1 as the url?
when i type http://127.0.0.1 im getting the same error
In your taskbar what color is the WAMP icon??
Sent from my iPhone using Tapatalk
orange
when i click start all services im getting…
could not execute menu item(internal error)[exception]could not perform
service action.The service has not been started
Shud i change skype port??
if so how to change skype port and how to fin the port for wamp server
Skype has a built in feature that allows the port to be changed, if you do a google search you will find the information to change it.
Sent from my iPhone using Tapatalk
but the wamp icon in the taskbar is orange in color
wamp server still not working some one help to solve this error
when i click start all services im getting…
could not execute menu item(internal error)[exception]could not perform
service action.The service has not been started
Here are a few suggestions I would try:
If all of that fails let us know and we’ll try some more stuff ![]()
P.S. don’t worry too much about the error message from the tray icon - these errors happen a fair bit with WampServer, always have done. Everything can be modified/fixed manually via config files, command line and services.exe ![]()
Have you had a separate install in place previously (separate installs of MySQL, PHP and Apache)?
Have you checked your firewall settings?
Do you have IIS running?
What version of WAMP are you trying to install and onto what version of windows?
Go to Apache>httpd.conf change #Listen 12.34.56.78:80
Listen 80
to
#Listen 12.34.56.78:80
Listen 8080
go back to your browser and try http://localhost:8080 it should work.
I had this same problem with wamp-so i searched and found this solution which actually worked for me
I had SQL Server 2008 installed in my PC so the port 80 was being used by this.
No matter what port i assigned wamp in httpd.conf but the problem did persist…
So i simply disabled all the services related to SQL Server by going to services.msc particularly the SQL Server Reporting Service.
So thats how i fixed the issue.
Hope this helps…