当前位置:Gxlcms > PHP教程 > apache配置虚拟目录

apache配置虚拟目录

时间:2021-07-01 10:21:17 帮助过:6人阅读

#虚拟目录配置

    DirectoryIndex index.html index.htm index.php
    Alias /htdocs "E:/htdocs" 

    Order allow,deny
    Allow from all



#然后再注销DocumentRoot

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

人气教程排行