当前位置:首页 > 服务器技术 > apache

apache配置虚拟目录,apache虚拟目录_PHP教程

apache配置虚拟目录,apache虚拟目录

#虚拟目录配置

    DirectoryIndex index.html index.htm index.php
    Alias /htdocs "E:/htdocs" 
<Directory E:/htdocs>
    Order allow,deny
    Allow from all



#然后再注销DocumentRoot

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/976453.htmlTechArticleapache配置虚拟目录,apache虚拟目录 #虚拟目录配置IfModule dir_module DirectoryIndex index.html index.htm index.php Alias /htdocs "E:/htdocs" Directory E:/htdocs Ord...


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!