Skip to content

cagdass/short

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.