·您现在的位置: 云翼网络 >> 文章中心 >> 网站建设 >> 网站建设开发 >> php网站开发 >> apache配置虚拟目录

apache配置虚拟目录

作者:佚名      php网站开发编辑:admin      更新时间:2022-07-23
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