我想在我的系統中實現虛擬主機。Apache的虛擬主機
我已經使用了下面的代碼。
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/Users/shanker/Documents/content_booking/"
ServerName content.boking
Alias /booking "/Users/shanker/Documents/content_booking/public/"
</VirtualHost>
我也有hosts文件更新
127.0.0.1 content.booking
但我收到以下錯誤:
---------------------------------------------------------
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
---------------------------------------------------------
可有人請解決這個問題。
您是否閱讀過錯誤信息?第二行非常清楚問題是什麼。 – 2012-04-13 18:51:55
雅我讀了這一行,並檢查了文件權限。該文件夾具有完整的權限。 – user1306297 2012-04-13 18:54:09
閱讀關於「無索引文檔」的其他部分 – 2012-04-13 18:54:32