Apache 常见问题
虚拟域名
- 配置域名
C:\Windows\System32\drivers\etc\hosts - 修改 httpd.conf
Include conf/extra/httpd-vhosts.conf - 修改 httpd-vhosts.conf
<VirtualHost *:80>DocumentRoot D:/www/shop/public/ServerName www.shop.com<Directory "D:/www/shop/public/">Options Indexes FollowSymLinksAllowOverride AllRequire all granted</Directory></VirtualHost>
本作品采用《CC 协议》,转载必须注明作者和本文链接
我的bug写的太好了 的个人博客
关于 LearnKu
推荐文章: