added library and include to .htaccess

Este commit está contenido en:
Alexander Kampmann 2012-03-08 17:46:40 +01:00
padre fbd7e8f8ba
commit 2e3116a11e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -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