xampp配置虚拟主机 首先,xampp要可以基本运行起来 以管理员身份运行hosts,新增127.0.0.1 test.com xampp配置 1234567891011 <VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "E:/test" ## 文件根目录 ServerName test.com ## 虚拟域名 <Directory E:/test> ## 文件根目录 Options -Indexes AllowOverride ALL DirectoryIndex index.php index.html Require all granted </Directory></VirtualHost> 赞微海报分享
近期评论