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

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

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

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


#虚拟目录配置

    DirectoryIndex index.html index.htm index.php
    Alias /htdocs "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...

人气教程排行