Re: redirection to various html files based on IP list

2003-03-28 Thread R. Joseph Newton
Martin Hudec wrote: > Hello, > > I need to make script which will go through file with IP addresses (one IP per > line), and then compare each line to $ENV{'REMOTE_ADDR'}, and if it is equal > then it will load first html to browser, otherwise it will load second html. > Can anyone help me with th

redirection to various html files based on IP list

2003-03-28 Thread Martin Hudec
Hello, I need to make script which will go through file with IP addresses (one IP per line), and then compare each line to $ENV{'REMOTE_ADDR'}, and if it is equal then it will load first html to browser, otherwise it will load second html. Can anyone help me with this please? -- Martin Hudec