WAMPserver 経由の Apache のインストールでは、http.conf
に設定されています。
<Directory "c:/WAMP/www/">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
hosts
ファイルは
127.0.0.1 awesomedudes
127.0.0.1 localhost
ただし、正しくしかhttp://awesomedudes
行きません。代わりに以下を返します。c:/WAMP/www
http://localhost
403 Forbidden
You don't have permission to access / on this server.
何か案は?