Maison >développement back-end >tutoriel php >apache配置虚拟目录,apache虚拟目录_PHP教程

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

WBOY
WBOYoriginal
2016-07-13 09:58:55811parcourir

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.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...
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn