【PHP】phpstudy vhosts.conf 配置

#Listen 876

<VirtualHost *:876>
    ServerName localhost
    DocumentRoot "D:\phpStudy\PHPTutorial\WWW"    
    DirectoryIndex index.html index.php
  <Directory "D:\phpStudy\PHPTutorial\WWW">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>


<VirtualHost *:876>
    DocumentRoot "E:\0000\XXX"
    ServerName hr.flc.world
    ServerAlias 
  <Directory "E:\0000\XXX">
      Options FollowSymLinks ExecCGI
      AllowOverride All
      Order allow,deny
      Allow from all
     Require all granted
  </Directory>
</VirtualHost>

 

posted @ 2019-01-10 21:10  咸鱼翻身  阅读(2565)  评论(0)    收藏  举报