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

apache配置虚拟目录

#虚拟目录配置

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



#然后再注销DocumentRoot

以上就介绍了apache配置虚拟目录,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。


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