HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 12:00AM

Hi guys,
I just downloaded wamp today. When I open the icon in the system tray it says 'Put Offline' so I suppose I am online. When I click on phpMyAdmin I get the message 'HTTP Error 404. The requested resource is not found.' I use windows Vista.

For the history:
1. I already had MySQL installed in my computer before I installed wamp.
2. I have Skype installed but I have gone to Tools -> Options -> Advanced -> Connection and I have unchecked the box about using port 80 as alternative port.
3. I have TeamViewer installed.
4. I have gone to Control Panel -> Add Remove Programs -> Activate Deactivate Facilities and I have unchecked IIS.

I still have the problem. What should I do?

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 12:57AM

I left clicked on the W icon -> Apache -> Service -> Test Port 80 and I got a message that port 80 is actually used by Microsoft-HTTPAPI/2.0

I guess my question now becomes: how do I stop this application

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 01:11AM

I edited the httpd.conf file and changed port 80 to port 8080 in two places. The W icon turned from orange to green but when I click on phpMyAdmon I still get error 404.

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: boj (---.dsl.irvnca.sbcglobal.net)
Date: February 01, 2013 02:41AM

Have you restarted Wamp? Press the Wamp icon and click Restart All Services.

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 08:09AM

I just did, the icon is green but when I click on phpMyAdmin I get the 404 error

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: stevenmartin99 (Moderator)
Date: February 01, 2013 08:48AM

If you changed the port you must add it to the URL

Localhost:8080/phpmyadmin


Your best to free up port 80 so apache can use it

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 09:04AM

Hi stevenmartin99,

your hint was very helpful, I changed it to Localhost:8080/phpmyadmin on the address bar and it worked! But when I clicked again on phpMyAdmin, again the same problem. How do I make it permanent?

I am more than willing to free up port 80 for Apache to use it but I don't know how.

Thanks a lot

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: stevenmartin99 (Moderator)
Date: February 01, 2013 10:00AM

you will need to confirm you are not using IIS for other things, but to stop it

Open cmd as administrator (right click it on start menu> open as administrator)

type in
sc query W3SVC

you will either get

[SC] EnumQueryServicesStatus:OpenService FAILED 1060:

The specified service does not exist as an installed service.
or
SERVICE_NAME: W3SVC
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 4  RUNNING/STOPPED
                                (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

If you get the first error, try repeating the step with the service name of MSDEPSVC
sc query MSDEPSVC and then carry on if you recieve the 2nd information.



Next look at the STATE, if it says STOPPED, Then IIS is not the issue. If it says RUNNING, then we need to stop this service and disable it.

To stop it type

net stop W3SVC
OR
net stop MSDEPSVC

You will get a success or failure message.

If successful the service has stopped and now you can disable it using the command

sc config W3SVC start= disabled
OR
sc config MSDEPSVC start= disabled

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 2 time(s). Last edit at 02/01/2013 10:02AM by stevenmartin99.

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 11:07AM

thanks for the reply. In both cases I get the first message:

[SC] EnumQueryServicesStatus:OpenService FAILED 1060:

The specified service does not exist as an installed service.

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: stevenmartin99 (Moderator)
Date: February 01, 2013 12:46PM

Ok that only leaves one thing


In cmd type

Services.msc

Scroll down to

SQL REPORTING SERVICE

right click> properties>

Press stop and change the start type to disabled

Press apply and ok.

Change apache httpd.conf back to port 80 and restart wamp

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 01:03PM

Wow! thank you so much! I restarted all services from the W icon and it works perfectly. Will I ever have a problem in the future because I made all these changes to the IIS and the SQL reporting services? Were they useful for something else?

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: stevenmartin99 (Moderator)
Date: February 01, 2013 01:14PM

No , you didn't change IIS and your not using SQL ,you can enable it if you ever needed to use MSSQL but if you don't know what it is , i don't ul need it smiling smiley

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: 888 (91.132.62.---)
Date: February 01, 2013 01:23PM

Once again, thank you so much for your time and efford!

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: RiggsFolly (---.as13285.net)
Date: February 01, 2013 01:25PM

ok so there are others that may be having an effect and they dont always have the same names either just to make life really easy for us all.

You need to uninstall or change the service to either start manually or better still disable it.

Theses are the obvious ones:

1. IIS itself
2. Web Deploy 2.0
3. MS Sql Server Reporting service.

List of possible service names
http://blogs.technet.com/b/fort_sql/archive/2010/05/31/list-of-sql-server-service-names.aspx

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: rosica (77.28.21.---)
Date: February 12, 2014 11:28PM

Hi everybody , i first must thank for your help because I had the same problem with the port 8080, but I have another problem now so I would ask for your help.smiling smiley
Actually when I type sc query W3SVC
in cmd as administrator I get the second message so I wanted to ask is there a way to make the port permanent and is there some action I should take to make the wamp work properly.
Thanks in advanced , your help will be appreciated .

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: rosica (77.28.21.---)
Date: February 12, 2014 11:29PM

Hi everybody , i first must thank for your help because I had the same problem with the port 8080, but I have another problem now so I would ask for your help.smiling smiley
Actually when I type sc query W3SVC
in cmd as administrator I get the second message so I wanted to ask is there a way to make the port permanent and is there some action I should take to make the wamp work properly.
Thanks in advanced , your help will be appreciated .

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: RiggsFolly (---.as13285.net)
Date: February 13, 2014 09:57AM

No I am afraid any program can use any port, on a first come gets it basis.

What is the second message you get from the sc query W3SVC command?

What is your new problem?

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: guneet (164.100.222.---)
Date: March 11, 2014 07:23AM

i am not able to access localhost page after installing wamp server. please help. i have unchecked IIs also then also i cnt access

Options: ReplyQuote
Re: HTTP Error 404. The requested resource is not found.
Posted by: RiggsFolly (---.as13285.net)
Date: March 11, 2014 10:34AM

Hi guneet,

Please start a new Thread and answer these questions [forum.wampserver.com]

Also add as much detail about what you have done since installing WAMP.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.