Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 334 Bytes

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