Cut Urls

A standard shortened URL looks like this: https://bit.ly/3kLmN2p . It works, but it’s anonymous and generic.

RewriteEngine On RewriteCond %REQUEST_FILENAME !-f RewriteCond %REQUEST_FILENAME !-d RewriteRule ^(.*)$ index.php?slug=$1 [L,QSA] CuT URLs

CuT URLs