Pages: 12Next
Current Page: 1 of 2
http://localhost doesn't work on Vista SP1
Posted by: artie16 (---.ensch1.ov.home.nl)
Date: March 07, 2008 06:27PM

Hello!
I have installed WampServer 2 on my Windows Vista SP1, but when I want to get in my [localhost] it gives me a blank page. Does someone know how to fix this
btw I tried also WAMP5 and I get the same blank page.
Greeting Arthur

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: yfastud (Moderator)
Date: March 07, 2008 06:57PM

Make sure you don't any soft list here: IIS, skype, zone alarm, nod32, internet optimizer, google accelerator, ... and you already enable port in firewall. If not sure how to, check Setup LAN and Worldwide Access guide on my personal website for how to enable port in firewall

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides



Edited 1 time(s). Last edit at 03/07/2008 06:57PM by yfastud.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: artie16 (---.ensch1.ov.home.nl)
Date: March 07, 2008 08:21PM

I have NOD32! so is the a workaround except turnig NOD32 off?
Greetings

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: yfastud (Moderator)
Date: March 07, 2008 10:15PM

I've seen a lot of people get over by uninstall both wamp and nod32, then install wamp before nod32; however, one day their wamp suddenly blocked again and they finally had to give up nod32, so I suggest that you should contact nod32's maker to have proper settings so they both can work together ;-)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: kountrycrock (---.dhcp.embarqhsd.net)
Date: March 08, 2008 06:54PM

artie16 in your C:\wamp\bin\apache\apache2.2.8\conf around line 360 add this line

Win32DisableAcceptEx


that should help you

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: tiwaryshailesh (59.95.107.---)
Date: June 18, 2008 05:09PM

1. JUST open up your Nod32 window
2. Navigate to Setup> Advanced Setup Tree > Web Access Protection > HTTP > Web Browsers
3. Uncheck the default browser whoch u chose while installing WAMP, in my case iexplorer
4. enjoy!!!

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: stijnhau (---.219-247-81.adsl-dyn.isp.belgacom.be)
Date: June 18, 2008 07:30PM

got the same problem.
doenst work for me.
but at xp it works well with nod 32.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: yfastud (Moderator)
Date: June 18, 2008 11:07PM

Quote

I've seen a lot of people get over by uninstall both wamp and nod32, then install wamp before nod32
Did you try this?

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: Niike (---.125-3-64736c10.cust.bredbandsbolaget.se)
Date: June 19, 2008 01:42AM

Check your hosts file. Seem to have the same problem I had with my 32bit Vista SP1. Something sets Hosts file and enteres a line ::1 localhost. Delete that line and it works.

[forum.wampserver.com]

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: stijnhau (---.124-200-80.adsl-dyn.isp.belgacom.be)
Date: June 19, 2008 07:55AM

yes that helped for me thanks.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: christiaans (---.adsl.wanadoo.nl)
Date: June 23, 2008 12:21PM

Solved, thanks a bunch!



Edited 1 time(s). Last edit at 06/23/2008 12:30PM by christiaans.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: Zelbinian (---.nat.washington.edu)
Date: July 10, 2008 07:09PM

I had a similar problem. WAMP was purring along just fine, and then SP1 got installed and the Apache service refused to start. I tried uninstalling/reinstalling . . . nothin'. I'll try that hosts file suggestion.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: stevenmartin99 (193.120.116.---)
Date: July 10, 2008 07:14PM

apache wont start? This is not a host issue. Check for firewall upadtes that have blockewd u using port 80

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

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: yfastud (Moderator)
Date: July 10, 2008 07:17PM

Or it might install IIS, and if it did, you have to uninstall IIS in order to run wamp

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: Zelbinian (---.nat.washington.edu)
Date: July 10, 2008 07:24PM

Ah, thank you. Actually, the first thing I did was Google search for a site that would test my port 80 and they said it was clear . . . though I suppose that doesn't mean that there isn't some other thing taking over port 80. But SP1 definitely changed something; I rolled back SP1, reinstalled, and WAMP hummed along like it always had.

I'll check for firewall updates and IIS when I get home tonight.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: wilson (---.sbr4.nsw.optusnet.com.au)
Date: July 17, 2008 01:45PM

Hello everyone,
I'm using vista and have the same problem mention above.
Here is how i fix it,

Right click on WAMPSERVER icon >> Apache >> httpd.conf.

Go to line 50-55 there you find

#Listen 12.34.56.78:80

Listen localhost


By default Apache is run on localhost port 80


Change it to

Listen 127.0.0.1:80


The restart the service and you will be access site through the browser like this

[127.0.0.1]


Hope this help.
Kind regards
Wilson

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: July 17, 2008 05:10PM

please do no follow wilsons way of fixing this.. this is nothing to do with the issue

127.0.0.1 will work with or with out this change.


wamp works on port 80 in vista... loads have managed it..

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

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: vinix (---.nexen.net)
Date: July 20, 2008 01:56AM

Salute,
I was looking everywhere to fix wampserver in vista ,finally i fix it.
thank you wilson for your help and

stevenmartin99 said:-
please do no follow wilsons way of fixing this.. this is nothing to do with the issue 

127.0.0.1 will work with or with out this change. 


wamp works on port 80 in vista... loads have managed it..

I think is up to people to make a decission who want to use a option abouve the post.

Merci.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: July 20, 2008 02:33PM

sorry but his post is inaccurate.

listen 127.0.01:80 will only listen to that ip.
forums should contain clear concise and helpful information, not errors. the reason for it is to help the next person who sees it.. and this solution wont help anyone



PLEASE NOTE
*********************************************************
127.0.01:80 will NOT work over networks or the internet
**********************************************************


it SHOULD be


Listen 80



it SHOULD NOT be

Listen localhost

or

Listen localhost:80







if you have

Listen 80

and it does not work then your hosts file is wrong on the pc
open the "hosts"file at c:/windows/system32/etc

and make sure it contains

127.0.0.1 localhost

and make sure it does not contain

:. 127.0.0.1

or

:. localhost

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



Edited 3 time(s). Last edit at 07/20/2008 02:45PM by stevenmartin99.

Options: ReplyQuote
Re: http://localhost doesn't work on Vista SP1
Posted by: nergui77 (---.hsd1.or.comcast.net)
Date: July 28, 2008 06:05AM

Two weird little problems that I'm trying to figure out.

1. When I try to edit hosts to delete the "::1 localhost", windows refuses to let me save the file, saying tha it can't create the file. Any idea what the issue is there?? (Vista, SP1)

2. I can load up html pages on localhost, but as soon as I try to include some simple php it gets ignored. (That is, the <?php echo " gets skipped over, and the following treated as strict html.) Any idea what I'm missing, or forgetting to do? I'm a strict newbie to this whole thing...

Thanks.

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


Sorry, only registered users may post in this forum.