Wamp 2.5 (Win7) で Nette Framework 2.2.1 と BootStrap 3 を使用しています。ブラウザでグリフィコンをロードできません (エラー 403 Forbidden)。
ブラウザが見るもの
必要なすべてのフォントはフォルダ C:\wamp\www\nette\www\fonts\ にあります
.htaccess は C:\wamp\www\nette\www\ にあります。
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
# enable cool URL
<IfModule mod_rewrite.c>
RewriteEngine On
# RewriteBase /
# prevents files starting with dot to be viewed by browser
RewriteRule /\.|^\. - [F]
# front controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(eot|svg|ttf|woff|pdf|js|ico|gif|jpg|png|css|rar|zip|tar\.gz)$ index.php [L]
</IfModule>
C:\wamp\www\nette\www\bootstrap.min.css が含まれています
@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
Apache エラー ログ:
[Wed Jul 16 11:55:01.004757 2014] [core:error] [pid 3812:tid 788] (OS 5) アクセスが拒否されました。: [クライアント 127.0.0.1:52031] AH00132: ファイルのアクセス許可がサーバー アクセスを拒否しています: C:/wamp/www/nette/www/fonts/glyphicons-halflings-regular.svg、リファラー: http://www.nette.local/芸術/ポルタ・キ・リグラ
ユーザー全員のすべての権限をフォルダーフォントに設定しようとしましたが、とにかく機能しません。