added library and include to .htaccess

このコミットが含まれているのは:
Alexander Kampmann 2012-03-08 17:46:40 +01:00
コミット 2e3116a11e
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -5,6 +5,9 @@ AddType audio/ogg .oga
<FilesMatch "\.(out|log)$">
Deny from all
</FilesMatch>
<Files "(include|library)">
Deny from all
</Files>
<IfModule mod_rewrite.c>
RewriteEngine on