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
ログイン後にコピー
http://www.bkjia.com/PHPjc/976453.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/976453.html技術記事 Apache 設定仮想ディレクトリ、Apache 仮想ディレクトリ #仮想ディレクトリ設定 IfModule dir_module DirectoryIndexindex.htmlindex.htmindex.php Alias /htdocs "E:/htdocs" Directory E:/htdocs Ord...