<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>