Skip to content

video not played or not found error
click on direct switch

Hosted by Dailymotion. For legal issues: Copyright Center · DMC · Instant Removal

How to Install Wampserver Complete Tutorial

A
ali

85 Views • Jun 25, 2016

Description

Apache configuration file location is
C:\wamp64\bin\apache\apache2.4.17\conf
open the httpd file and change these values

from
#Listen 12.34.56.78:80
Listen 0.0.0.0:80
Listen [::0]:80

ServerName localhost:80

To
#Listen 12.34.56.78:8000
Listen 0.0.0.0:8000
Listen [::0]:8000

ServerName localhost:8000

then save this file and run the Wampserver again....