输入banner图图片脚本导航/分类

apache配置虚拟目录

#虚拟目录配置

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

    Order allow,deny
    Allow from all



#然后再注销DocumentRoot

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