July 2010
phurl - Project Hosting on Google Code
(via)Phurl is a free, clever, and easy to use PHP URL shortening system. In just 5 minutes, you can get your very own URL shortener set up and working. The script comes packed with a ton of features which you won't find in other scripts, and has a very easy installation wizard+ to help you get started. Since the script was started in 2007, our developers have constantly worked to improve and amend the script, fixing any bugs as soon as we can.
November 2009
July 2009
Short URL Auto-Discovery (wiki)
Short URL auto-discovery is a simple way to link a long URL with a short URL. The following code should be placed in the head section of the HTML page.
link rel="shorturl" href="http://short.com/1234"
or add the following to the HTTP Headers of the page
Link: http://short.com/1234; rel=shorturl
In most real-world situations, the short URL then redirects with an HTTP code 301 to the long URL, but that behavior is not covered by this RFC.
That's it! :) try it at: http://relshorturl.appspot.com/
1
(6 marks)