Wamp Running But local host shows this error
Posted by: deneneb (---.hsd1.nj.comcast.net)
Date: June 18, 2009 10:04PM

[127.0.0.1] or [localhost]

error '8002801c'

Error accessing the OLE registry.

/iisHelp/common/500-100.asp, line 17.


When i try [localhost] i get page not found error


couple things about my system.

had to change apache port 80 to 6123 and mysql port to 6125 before i could get the Icon to go all white.

currently running coldfusion

Any help would be appreciated.

Re: Wamp Running But local host shows this error
Posted by: yfastud (Moderator)
Date: June 18, 2009 10:38PM

probably you're running IIS

IIS and Apache/Wamp are both web server and might conflict in some way, so you have to disable IIS in order for Wamp to work

Disable IIS in Vista:

Control Panel, Uninstall Programs, Turn Widows Features On or Off, uncheck Internet Information Services

Disable IIS in XP:

Control Panel, Add/Remove Programs, Add/Remove Windows Components, uncheck Internet Information Services (IIS)

Restart computer, then restart Wamp

Also, open file hosts in folder C:\WINDOWS\System32\drivers\etc and make sure you have only this line and nothing else

127.0.0.1 localhost

Have fun,

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

Re: Wamp Running But local host shows this error
Posted by: deneneb (---.hsd1.nj.comcast.net)
Date: June 18, 2009 10:47PM

all this files are in that directory...
services
protocol
networks
lmhosts.sam
hosts

I read somewhere on this forum to add hosts file it contains this...

# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost

Re: Wamp Running But local host shows this error
Posted by: yfastud (Moderator)
Date: June 18, 2009 10:51PM


Sorry, only registered users may post in this forum.