我已經安裝了Zend框架我WAMP但muiple vitual主機不是在我的WAMP 每次我打開Zend的主機我的WAMP的主頁得到顯示多個虛擬主機不工作
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
plz幫助工作..
您是否重新啓動了Apache? –
是的,我現在重新啓動它給403禁止錯誤「你沒有權限訪問/在此服務器上。」 – bhavesh