Looking for ?

Translate

Solution To Solve Unable to access wampserver homepage as displaying IIS homepage

Here are the steps to follow to get it fixed when you are seeing this IIS error whenever you run your wampserver



STEPS:
1: Go to you Control panel and click on Programs and Features, Click on Turn windows features on or off as shown in the above picture and disable Internet information service and click ok. If you are asked to restart system, click Yes or ok

2: Run your wampserver and make sure it is running under your system tray. Locate your running wampserver under your system tray and click on it, click on Apache click on httpd.config, open it with notepad or any system text-editor.

Locate the below inside the file and edit it:(our target is to change the port from 80 to 8080)
#Listen 12.34.56.78:80
Listen 0.0.0.0:80
Listen [::0]:80

EDITED
#Listen 12.34.56.78:8080
Listen 0.0.0.0:8080

Listen [::0]:8080

Also locate the below and edit it:(To change the port as well)
ServerName localhost:80

EDITED
ServerName localhost:8080

3: Now save the file by pressing Ctrl+S on the keyboard or by any other way. Close the httpd.conf
Click on the wampserver and click RESTART ALL SERVICES

4: Open any of your browser and lunch wampserver with this : http://localhost:8080

WOW, enjoy. share and ask any question




SHARE THIS POST

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment