Skip to content

anghenfil/url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url_shortener

An URL Shortener. Demo: http://shrt.xyz Its completly javascript free.

INFORMATION: If you use Nginx instead of Apache2 you must write this line(s) in your nginx configuration file:

location /s { rewrite ^/s/(.*)$ /index.php?site=$1; }

About

An URL Shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages