.htaccess Allow one IP to access Site. redirect all others December 14, 2022 sheepchen RewriteEngine on RewriteCond %{REMOTE_ADDR} !^1\.2\.3\.4$ RewriteRule .* http://www.google.de [R=301,L]