Link to home
Start Free TrialLog in
Avatar of mitdaniels
mitdaniels

asked on

Wamp installed parallel with IIS 7.5

Hi there,

I've installed Wamp onto my Windows 7 Ultimate computer, and have changed the "Listen" port number to 8181 (http://localhost:8181), but it still does not load a .php page.

Need to get things working, hope you can help.

Thanks!
Avatar of ddiazp
ddiazp
Flag of Canada image

check your php installation, and make sure you have the php modules loaded on apache.. check your httpd config files and look for the php_module line, sometimes it doesn't register properly.

Also, test php by opening the command line and typing in 'php -v' and make sure it doesn't throw an error.

Does the PHP page connect to a database?

If so, make sure you have the php modules for mysql (if you're using mysql)
ASKER CERTIFIED SOLUTION
Avatar of mitdaniels
mitdaniels

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
My next question was going to be to check netstat to make sure the port was listening xD

Well, congrats!
Avatar of mitdaniels
mitdaniels

ASKER

I found the answer to my question, but was too late in deleting the question in time.