Hi Guys I have been trying to work out, with htaccess how to redirect all users from the USA to one urls and send all non-usa IPs to another URL. Can anyone help? Thanks in advance
Options +FollowSymlinks RewriteEngine on RewriteCond %{REMOTE_HOST}!^123\.45\.67\.89 RewriteRule \.html$ /alternate_page.html [R=302,L]you can modifiy that as need but should give you idea