ワンプに zend フレームワークをインストールしましたが、ワンプのホーム ページが表示される zend ホストを開くたびに複数の仮想ホストがワンプで動作しません
I have included the following code in httpd.conf file
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1 >
DocumentRoot "C:/zendy/public"
ServerName zendy
<Directory "C:/zendy/public">
AllowOverride Autconfig FileInfo Indexes Limited options
Order Deny,Allow
Allow from 127.0.0.1
</Directory>
</VirtualHost>
I have also bind the address in my hosts file
127.0.0.1 zendy
助けてください...