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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With