I want to mask an affiliate link and send people off to a php page before a redirection. I have had this working before but now I am getting 500 Internet Server Error, can someone please tell me what I am doing wrong (I am trying to sleep off a night shift, so is probably me being stupid.)
I have the following code;
< ?php header("Location: http://www.bbc.co.uk/"); >
In a test.php page in the root direction of the domain.
Thanks in advance!
I have the following code;
< ?php header("Location: http://www.bbc.co.uk/"); >
In a test.php page in the root direction of the domain.
Thanks in advance!