mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
added library and include to .htaccess
This commit is contained in:
parent
fbd7e8f8ba
commit
2e3116a11e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue