remove .htaccess files
This commit is contained in:
parent
638fdf732a
commit
aa4ab8e0bc
16
.htaccess
16
.htaccess
|
@ -1,16 +0,0 @@
|
||||||
AddType image/svg+xml svg
|
|
||||||
AddType image/svg+xml svgz
|
|
||||||
|
|
||||||
# PROTECT all htaccess files
|
|
||||||
<Files ~ "^[\._]ht">
|
|
||||||
Order Allow,Deny
|
|
||||||
Deny from all
|
|
||||||
Satisfy All
|
|
||||||
</Files>
|
|
||||||
|
|
||||||
# PROTECT config.php
|
|
||||||
<files config.php>
|
|
||||||
Order Allow,Deny
|
|
||||||
Deny from all
|
|
||||||
Satisfy all
|
|
||||||
</files>
|
|
|
@ -1,2 +0,0 @@
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
|
@ -1,2 +0,0 @@
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
|
@ -1,2 +0,0 @@
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
|
@ -1,2 +0,0 @@
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
|
@ -1,2 +0,0 @@
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
|
@ -1,2 +0,0 @@
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
|
@ -1,2 +0,0 @@
|
||||||
Order deny,allow
|
|
||||||
Deny from all
|
|
Loading…
Reference in New Issue