Skip to content

ChristianLanger/short-url-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short URL creator

Short URL creator made with Javascript and PHP

To install and run

Create .htaccess in same dir to add Rewrite Rule for browser´s adress bar

RewriteEngine On

RewriteRule ^([0-9a-zA-Z_-]*)$ index.php?id=$1 [NC,L]

Screenshot

About

Short URL Creator with Javascript and PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published