虚拟主机配置

<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>
原文地址:https://www.cnblogs.com/dawuge/p/9055340.html