重庆分公司,新征程启航
为企业提供网站建设、域名注册、服务器等服务
虚拟主机 开启httpd-vhosts.conf
我们提供的服务有:成都网站设计、成都网站建设、微信公众号开发、网站优化、网站认证、思礼ssl等。为超过千家企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的思礼网站制作公司
conf\extra\httpd-vhosts.conf文件
DocumentRoot "D:/website/Apache Software Foundation/Apache2.2/htdocs"
DirectoryIndex index.html index.htm default.htm
ServerName www.localhost.com
ServerAlias www.localhost.com
Options FollowSymLinks
AllowOverride None
Order Allow,Deny
Allow from all
#配置虚拟目录
DirectoryIndex index.html index.php
Alias /myblog "D:/myblog"
Order allow,deny
Allow from all
#Alias
DirectoryIndex index.html
Alias /my "D:/website_old/Apache2.2/htdocs"
Order allow,deny
Allow from all