Ok, more info. I am not a PHP programmer by far. I just cut and paste. So I created a small PHP file with the following code on the root of the IIS site:
And it worked. Which means that the whole IF statement is not working or the script is not parsing the IP CSV site...Code:<?php header('HTTP/1.1 301 Moved Permanently'); header('Location: http://www.google.com/'); ?>


Reply With Quote

