<VirtualHost *:80>
ServerName my.cistudy.com
#ServerAlias dedecmsv57gbk.shi
DocumentRoot D:/xampputf8/htdocs/cistudy
#ErrorLog logs/error_log
#CustomLog logs/access_log combined
<Directory "D:/xampputf8/htdocs/cistudy">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
SetEnv APP_ENV "local"
<VirtualHost *:80>
ServerName my.tuiguang.com
#ServerAlias dedecmsv57gbk.shi
DocumentRoot D:/xampputf8/htdocs/tuiguang/public
#ErrorLog logs/error_log
#CustomLog logs/access_log combined
<Directory "D:/xampputf8/htdocs/tuiguang/public">
Options All
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>