jutturong/WPKKHP/master/wp-admin/.htaccess - Htaccess File

jutturong/WPKKHP/master/wp-admin/.htaccess

RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REMOTE_ADDR} !127.0.0.1
RewriteCond %{REMOTE_ADDR} !xxx.xxx.xxx.xxx # IP Server
RewriteCond %{REMOTE_ADDR} !xxx.xxx.xxx.xxx # IP Me.
RewriteRule ^ / [F]

On Github License

Files

Download PDF of Htaccess file
POST, REMOTE_ADDR, REQUEST_METHOD

Comments

Apache