摘要:
步骤如下:1.在配置文件httpd.conf中启用httpd-vhosts.conf找到# Virtual hosts将Include conf/extra/httpd-vhosts.conf前的#去掉。2.假设虚拟主机在f:/myblog(事先要存在该站点,可以是虚拟目录,可以是apache的站点文件)3.设置httpd-vhosts.conf文件#配置虚拟主机 DocumentRoot "f:/myblog" #配置欢迎页 DirectoryIndex index.php index.html index.htm Options FollowSymLinks... 阅读全文