Forum Moderators: phranque
RewriteCond %{REMOTE_ADDR} ^your\.ip\.address\.here$
RewriteRule ^(not-here|or-here|or-here-either)\.html?$ - [F] RewriteCond %{REMOTE_ADDR} 1\.2\.3\.4 without anchoring would also allow IPs beginning n1 and nn1 and IPs ending 4n to access the site (where "n" is a digit).
RewriteRule ^(login|or-here|or-here-either)\.php?$ - [F]