Simple webapp to generate shorten urls.
- PHP >= 5.2
- PDO installed
- a PDO compatible database
- upload the code to your server
- use
database.sqlto create theredirecttable - use the
nginx.confexample to set up your vhost - copy
application/config/bootstrap.example.phptobootstrap.phpand change it to your needs
This app is developed and tested with nginx and postgresql.
It should work with other DBMS thanks to PDO.
It should work with other webservers if you point the host into the public directory and rewrite urls to /index.php?shorty=$uri.
This script is available under the WTFPL license.