MacOSXでZendServerCE5.6.0を使用しています。
Myhttpd.conf
には、仮想ホストファイルを追加する次の行があります。
Include conf/extra/httpd-vhosts.conf
そのファイルには、次のものがあります。
NameVirtualHost *:80
<VirtualHost *:80>
ServerName localtextil.drupal.lh
DocumentRoot /usr/local/zend/apache2/htdocs/Obiz/LocalTextil-Portal/drupal
</VirtualHost>
したがって、定義上、アクセスしようとするlocaltextil.drupal.lh
と、ドキュメントルートにリダイレクトされます。
問題は、そのホストにアクセスしようとするとエラーが発生することです。
そして、単にアクセスするlocalhost
と、にあるサイトに移動し/usr/local/zend/apache2/htdocs/Obiz/LocalTextil-Portal/drupal
ます。
私はここで何が間違っているのですか?