mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-14 06:58:31 +02:00
.htaccess Firewall
This commit is contained in:
parent
171b938d3a
commit
b0937a424a
2 changed files with 28 additions and 0 deletions
9
.htaccess_firewall
Normal file
9
.htaccess_firewall
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<Files *.php>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
<Files index.php>
|
||||||
|
Order Allow,Deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
19
system/.htaccess
Normal file
19
system/.htaccess
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
<Files *.php>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
<Files cron.php>
|
||||||
|
Order Allow,Deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
<Files api.php>
|
||||||
|
Order Allow,Deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
<Files cron_reminder.php>
|
||||||
|
Order Allow,Deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
Loading…
Add table
Add a link
Reference in a new issue