added library and include to .htaccess

This commit is contained in:
Alexander Kampmann 2012-03-08 17:46:40 +01:00
rodič fbd7e8f8ba
revize 2e3116a11e
1 změnil soubory, kde provedl 3 přidání a 0 odebrání

Zobrazit soubor

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