システムに仮想ホストを実装しようとしています。
そのために以下のコードを使用しました。
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "/Users/shanker/Documents/content_booking/"
ServerName content.boking
Alias /booking "/Users/shanker/Documents/content_booking/public/"
</VirtualHost>
また、ホストファイルを次のように更新しました
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
---------------------------------------------------------
誰でもこの問題を解決してください。