I am attempting to do a redirect using the HEADER function at the top of my php page. It is working fine but I would like to direct it to 2 different pages depending on which IP address is accessing the page.
Example: If the internal address is used direct to http://page1.php but if the external IP address is used go to http://page2.php.
Is there any way to check the header information or grab the string in this section of the code?
Thank you and have a great day.
CSG