Is there any way I can redirect visitors from a specific IP range to a specific web address using the .htaccess file?
yes, you will need to write modrewrite and use %{REMOTE_ADDR} RewriteCond RewriteCond %{REMOTE_ADDR} 5.5.5.5 RewriteRule !^newfile.php$ /newfile.php [R,L]