Simple PHP Header Redirection Script
This is a very simple script, much like the CGI redirection script, though the PHP version is much more "user friendly" and likely will work on more servers than its CGI counterpart.
Some uses for this script:
- Cloak/Hide/Shorten Affiliate Links
- Shorten Long URL's
Requirements:
- A web-server that allows PHP Script execution
Code:
How to use
Simply copy and paste the code above into a text file and save it with a .php extension unless you're an advanced user. Replace 'http://www.yourwebsite.com' with the URL you are looking to cloak/hide/shorten.