sigmaprojects/cf-blocklist/master/.htaccess - Htaccess File

sigmaprojects/cf-blocklist/master/.htaccess

RewriteEngine on
RewriteCond %{REMOTE_ADDR} !^192.168.1..*
RewriteRule ^/railo-context/admin/(.*) - [F]

RewriteCond %{REMOTE_ADDR} !^192.168.!..*
RewriteRule ^/securelocation/(.*) /railo-context/admin/$1 [PT]

On Github License

Files

Download PDF of Htaccess file
REMOTE_ADDR

Comments

Apache