Pages: 12Next
Current Page: 1 of 2
wamp server doesnt redirect to localhost
Posted by: raj (---.70.251.27.aircel.co.in)
Date: April 08, 2013 09:27PM

I HAVE INSTALLED WAMP SERVER BUT ITS NOT OPENING LOCAL HOST PAGE ON BROWSER..PLS HELP TO FIX ,YOU CAN HELP ME VIA TEAMVIEWER ALSO

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: bcrane99 (---.lsanca.dsl-w.verizon.net)
Date: April 09, 2013 01:07AM

I have installed the WAMP server (Apache 2.2.22 – Mysql 5.5.24 – PHP 5.3.13 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0) on Windows 7 64 bit system. The install seemed to go fine. The server comes up green. I do not see any errors in the log file. I receive a page not found when going into local host.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: RiggsFolly (---.as13285.net)
Date: April 09, 2013 01:25AM

try this:

edit httpd.conf using the wampmanager menus
left click wamp manager -> Apache -> httpd.conf

Search for this line

Listen 80

Change it to

Listen 0.0.0.0:80

Does that cure the problem?

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: bcrane99 (---.lsanca.dsl-w.verizon.net)
Date: April 09, 2013 02:51AM

I did as above. Stopped and started all services.The WAMP server is green and says WAMPSERVER - server Online but still receive "The page can not be found." when selecting Localhost.
[Mon Apr 08 17:46:23 2013] [notice] Apache/2.2.22 (Win64) PHP/5.3.13 configured -- resuming normal operations
[Mon Apr 08 17:46:23 2013] [notice] Server built: May 13 2012 19:41:17
[Mon Apr 08 17:46:23 2013] [notice] Parent: Created child process 3320
[Mon Apr 08 17:46:23 2013] [notice] Child 3320: Child process is running
[Mon Apr 08 17:46:23 2013] [notice] Child 3320: Acquired the start mutex.
[Mon Apr 08 17:46:23 2013] [notice] Child 3320: Starting 64 worker threads.
[Mon Apr 08 17:46:23 2013] [notice] Child 3320: Starting thread to listen on port 80.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: RiggsFolly (---.as13285.net)
Date: April 09, 2013 10:15AM

Do you want to send me a Private Message with your Team Viewer ID and PWD and I will have a look.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: bcrane99 (---.lsanca.dsl-w.verizon.net)
Date: April 10, 2013 06:56AM

Yes I will PM you.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: bcrane99 (---.lsanca.dsl-w.verizon.net)
Date: April 12, 2013 03:25AM

I found the issue. There is "something" in Windows 7 or Office 2010 (I think) running a server process titled "WOS Web Dav Interface". I moved WAMPSERVER to port 8080 and it works fine. I will continue to look and see what starts that process.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: RiggsFolly (---.as13285.net)
Date: April 12, 2013 11:03AM

It is best to leave your server on 80, Dont actually know what WOS Wwb Dav is but WebDav can come with IIS.

If you are not using IIS it is best to uninstall it.



Go to Start -> Control Panel -> Programs and Features
Click the 'Turn windows features on and off' link in the left hand menu.
Wait for the list to load and then find 'Internet Information Services'

Un check the check boxes for the following items ( you may not see all of them )

1. IIS
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


Windows will then have a think for a while and then remove those applications, you will probably be asked to reboot to complete the uninstalls.
Reboot anyway when the uninstalls are complete.

Then try wamp again.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: howardwater (---.hsd1.ca.comcast.net)
Date: April 12, 2013 06:50PM

I have had the same problem with windows 8 not showing localhost. I have tried changing the config file as suggested however that did not work so I changed back to Listen 80. I have had no problems with Windows 7 using the same method. pls help

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: bcrane99 (---.lsanca.dsl-w.verizon.net)
Date: April 12, 2013 08:29PM

I am only 4 days into WAMPserver, so I am NOT an expert. But the 2 things that helped me solve my issue, once I got the server to green and could not get to localhost (page not found) were:
1.) Select the server icon. Select "www directory" and make sure it is pointing to where it should and that there are files there.
2.) Select the server icon. Select Apache. Select service. Select "test port 80". See what port 80 is actually used by.
Good hunting!

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: howardwater (---.hsd1.ca.comcast.net)
Date: April 12, 2013 09:09PM

Thank you for your help. Your first question,

1.) Select the server icon. Select "www directory" and make sure it is pointing to where it should and that there are files there. --- It points to my Documents/wamp/www --- where there are an index and testmysql files.

2.) Select the server icon. Select Apache. Select service. Select "test port 80". See what port 80 is actually used by. --- I get "your port 80 is actually used by:
Server: Apache/2.2.22 <Win64> PHP/5.4.3

I still get Forbidden

You don't have permission to access / on this server.

Have any other ideas

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: bcrane99 (---.lsanca.dsl-w.verizon.net)
Date: April 12, 2013 09:16PM

I got nothing. That is all I have learned to date. Sorry I could not help. I will leave you in the hands of the experts.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: RiggsFolly (---.as13285.net)
Date: April 12, 2013 11:01PM

Uninstall wampserver and then reinstall it.

Install it to the root of c:\

i.e. in c:\wamp

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: howardwater (---.hsd1.ca.comcast.net)
Date: April 13, 2013 01:14AM

I have done that already. After going through a Lynda.com tutorial on installing wamp I had to stop at the same point in the lesson. I spent two weeks with them on line to no avail. The teacher Morten Rand-Hendriksen could not fix this problem so, Has anyone been able to use wamp on windows 8 is the question.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: RiggsFolly (---.as13285.net)
Date: April 13, 2013 03:46PM

Yes of course they have.

Looks like the simplest way to solve this would be for you to install Team Viewer.

I am on UK time, thats GMT+1, I am normally available most days Monday to Friday 09:00 to 16:30.

Let me know what timezone you are in and if my normal day does not fit with yours we can try and arrange a time thats good for both of us.

Do that and then send me a Private Message with the TV ID and PASSWORD.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: howardwater (---.hsd1.ca.comcast.net)
Date: April 13, 2013 04:15PM

Thank you. I will be ready most days and if you need I will get up in the middle of the night. I have installed the TeamViewer. I'm in the Pacific time zone.


I grew up in the 50s in Pasadena CA with my family that came over the pond after ww2. So even though I was born here I know the United Kingdom. At that time I was the only surfer in Southern California. with a British accent.

I look forward to working with you. I will send you the TV ID and PASSWORD.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: RiggsFolly (---.as13285.net)
Date: April 13, 2013 04:48PM

I am available now if you are

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: howardwater (---.hsd1.ca.comcast.net)
Date: April 13, 2013 05:34PM

RiggsFolly, thank you so much. Your are awesome and very bright. I great resource. My life is ok now with my server working great.

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: amitnakhole (---.in2cable.com)
Date: August 09, 2013 03:22AM

Hi,

I am facing same problem...I tried a lot from my end but still same issue...
Anybody can help me please...??

Options: ReplyQuote
Re: wamp server doesnt redirect to localhost
Posted by: RiggsFolly (---.as13285.net)
Date: August 12, 2013 10:47AM

Amitnakhole

Please start a new thread and describe your problem, inclide what OS you are using and what version of WAMP and anything else that you think may be of use in helping you.

Options: ReplyQuote
Pages: 12Next
Current Page: 1 of 2


Sorry, only registered users may post in this forum.