Skip to content

Latest commit

 

History

History
executable file
·
29 lines (17 loc) · 959 Bytes

README.md

File metadata and controls

executable file
·
29 lines (17 loc) · 959 Bytes

Short

Small PHP application to shorten long URL's, redirect to them with shorter extensions.

Visit cgds.me/short to see it in action.

Example

cgds.me/hi goes to http://www.hellointernet.fm/podcast/56

Requirements

Usage

cd /root/directory/of/nginx
git clone https://github.com/cagdasoztekin/short.git
cd short
emacs -nw shortened.php # Modify the key variable named $key, and the root directory named $dir

Notes

Don't forget to drop a star if you like this and make me happy.

Pull requests are welcome especially if you want to improve the code or the CSS styling.