PHP头条
热点:

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


#虚拟目录配置
<IfModule dir_module>
    DirectoryIndex index.html index.htm index.php
    Alias /htdocs "E:/htdocs" 
<Directory E:/htdocs>
    Order allow,deny
    Allow from all
</Directory>
</IfModule>

#然后再注销DocumentRoot

www.phpzy.comtrue/php/35245.htmlTechArticleapache配置虚拟目录,apache虚拟目录 #虚拟目录配置IfModule dir_module DirectoryIndex index.html index.htm index.php Alias /htdocs "E:/htdocs" Directory E:/htdocs Order allow,deny Allow from all/Directory/IfModule#然后再注销...

相关文章

    暂无相关文章

PHP之友评论

今天推荐