restricted direct backend access by using .htaccess
This commit is contained in:
parent
2adbdf9a24
commit
d87cbe2c95
1 changed files with 6 additions and 0 deletions
6
backend/.htaccess
Normal file
6
backend/.htaccess
Normal file
|
@ -0,0 +1,6 @@
|
|||
Order Allow,Deny
|
||||
Deny from all
|
||||
|
||||
<Files "index.php">
|
||||
Allow from all
|
||||
</Files>
|
Loading…
Add table
Reference in a new issue