Skip to content

rzhq/ixx-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ixx-url-shortener

A simple url shortener. demo: http://ixx.me

Works just fine with apache. But with nginx need to add rewrite rule in config file:

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

About

a simple url shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published