added library and include to .htaccess

这个提交包含在:
Alexander Kampmann 2012-03-08 17:46:40 +01:00
父节点 fbd7e8f8ba
当前提交 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