RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
php虚拟主机和虚拟目录的配置

虚拟主机  开启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


分享名称:php虚拟主机和虚拟目录的配置
网站网址:http://sczitong.cn/article/iejcii.html