mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update .htaccess
This commit is contained in:
parent
5f4fe7fca5
commit
f08b21abfb
@ -1,3 +1,6 @@
|
|||||||
|
## index file
|
||||||
|
DirectoryIndex index.php
|
||||||
|
|
||||||
## set default server charset
|
## set default server charset
|
||||||
AddDefaultCharset UTF-8
|
AddDefaultCharset UTF-8
|
||||||
|
|
||||||
@ -15,4 +18,4 @@ RedirectMatch 404 /\\.git(/|$)
|
|||||||
## deny access to system files
|
## deny access to system files
|
||||||
<FilesMatch "\.(.*sql|tpl|db|inc|log|md)|(config|common).php$">
|
<FilesMatch "\.(.*sql|tpl|db|inc|log|md)|(config|common).php$">
|
||||||
deny from all
|
deny from all
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
Loading…
Reference in New Issue
Block a user