I am using windows 7 and wamp server 2.2, I have installed the wamp server and i have already installed IIS server now when i access localhost always IIS server is loading but i want to use wamp server instead of IIS server.
thanks in advance
I am using windows 7 and wamp server 2.2, I have installed the wamp server and i have already installed IIS server now when i access localhost always IIS server is loading but i want to use wamp server instead of IIS server.
thanks in advance
If you want to run them both together, you need to run one on a different port.
For WAMP/Apache, change httpd.conf
listen 80to
listen 81(or some other unused port number). Then to access, you'd go to
http://localhost:81/
In wamp server change your listening port to 80 to some other like 8080 and start all service basicaly you find this in apache httpd config file.