# Enable Rewriting
Options +FollowSymlinks
RewriteEngine on
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule
^shorten?$ index.php?shorten=true
RewriteRule ^([0-9a-zA-z]+)$
redirect.php?id=$1
# Powered by ADLT.BIZ