Do you need to setup a redirect but not sure of the coding?
Here is one I have been using. Copy and Paste and change the URL – it is really that easy.
==============
<?php
header(“Location: http://domain.com”): /*Redirect browser
*/
/*Make sure that code below does not get executed when we redirect. */
exit:
?>
=====================
Copy and Paste the information above directly into a text file. Replace domain.com with the URL that you need to use. Save the text file as filename.php and Save as — with All Files selected.
Then upload the file and redirect will work.
That is how I created this affiliate redirect…





Connect With Staci