add radius to htaccess firewall

This commit is contained in:
Ibnu Maksum 2024-10-09 17:00:33 +07:00
parent 695b3c7a6f
commit 2198c00d52
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -13,6 +13,11 @@
Allow from all Allow from all
</Files> </Files>
<Files radius.php>
Order Allow,Deny
Allow from all
</Files>
RewriteEngine On RewriteEngine On
RewriteBase / RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f