<VirtualHost *:80>
  ServerName http://www.lvshi.com
  DocumentRoot “C:/wamp64/www/ci_1lvshi/www/”
  <Directory “C:/wamp64/www/ci_1lvshi/www/”>
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    DirectoryIndex index.html index.htm index.php
     AllowOverride all
     Order allow,deny
    Allow from all
     Require all granted
  </Directory>
</VirtualHost>

版权声明:本文为dawuge原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/dawuge/p/9055340.html