我看過很多類似的問題,如this one,我甚至可以通過在全局目錄中進行更改來解決我的問題。但是,我想在httpd-vhosts.conf文件中進行更改。以下是我目前有:沒有權限訪問/在此服務器
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "c:/www/firstSite.dev"
<Directory "c:/www/firstSite.dev/">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Allow from all
</Directory>
ServerName firstSite.dev
</VirtualHost>
不過,我仍然得到錯誤:
Forbidden
You don't have permission to access/on this server.
任何幫助,將不勝感激。
你有.htaccess嗎?您使用的路徑需要管理員權限才能更改任何文件。那條道路的盡頭是什麼? – Benjiman 2013-03-09 06:17:19
我沒有.htaccess文件。所有用戶都可以完全訪問C:/ www /。這也是整個路徑(即c:/www/firstSite.dev/index.html) – 2013-03-09 06:20:24