欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

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

程序员文章站 2022-05-17 08:05:30
...

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

#虚拟目录配置

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

    Order allow,deny
    Allow from all


#然后再注销DocumentRoot
相关标签: 虚拟目录