A simple PHP link shortener web app.
Edit app/Config/config.json to change URL mappings.
{
"rick": "https://youtu.be/dQw4w9WgXcQ"
}Opening /rick will redirect to https://youtu.be/dQw4w9WgXcQ.
Opening anything else will result in HTTP 404.
Set up your webserver with /public as root folder.