Set up a local virtual domain name. The apache and etc files are configured, but the connection cannot be made.
严斌
严斌 2018-11-04 09:53:48
0
3
1115

hosts设置了  127.0.0.1 www.firstphp.com

apache中

<VirtualHost *:80>
  ServerName www.firstphp.com
  ServerAlias  www.firstphp.com
  DocumentRoot "G:\WWW\video"
  <Directory "G:\WWW\video">
    Options Indexes Includes FollowSymLinks MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>

严斌
严斌

reply all(2)
劳动者是第一生产力@鑫鑫@

Look at the error log of APPACHE

西门大官人

Has apache been restarted?

  • reply Restarted
    严斌 author 2018-11-04 11:01:30
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template