well for starters, let look at this macro..:
http://www.rejetto.com/wiki/index.php?title=HFS:_scripting_commandsher is the untested code via rejeto:
----------------------(this code may not even work....)
{.if| {. %ip% = 1.2.3.4 .}{. {.cut|-1||%url%.} = / .} |{:
{.add header|location: /my/other/path.}
:}.}
-----------------------
Here is your code
[request]
{.if| {. %ip% = 71.223.211.243 .}{. {.cut|-1||%url%.} = /INDEX02.htm .} |{:
{.add header|location: /my/other/path.}
:}.}
---------------
I believe the info is in the wrong places... i think this is the correct code with the info you provided:
{.if| {. %ip% = 71.223.211.243 .}{. {.cut|-1||%url%.} = / .} |{:
{.add header|location: /INDEX02.htm.}
:}.}
Here is how i come to this conclusion:
if > ip address then cut form HFS root
add header redirect to path location...
(ONLY IF THE CODE STILL FAILS!):
other wise you wil have to look at java script and html code to do such redirect:
http://stackoverflow.com/questions/13857734/redirect-user-to-diffrent-website-based-on-location-ip-addresshtml to redirect to another site:
<META http-equiv="refresh" content="0;URL=http://www.indiana.edu/~account/new-directory">
*THE "0" means as soon ASAP!... its recommend to be at 5....
just need to din the code to put it into if then programing so when the ip hits, it gets html meta redirect...