added library and include to .htaccess
This commit is contained in:
parent
fbd7e8f8ba
commit
2e3116a11e
|
@ -5,6 +5,9 @@ AddType audio/ogg .oga
|
||||||
<FilesMatch "\.(out|log)$">
|
<FilesMatch "\.(out|log)$">
|
||||||
Deny from all
|
Deny from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
<Files "(include|library)">
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
Loading…
Reference in a new issue