RounakTibrewal/urlshrtn/master/.htaccess - Htaccess File

RounakTibrewal/urlshrtn/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /urlshrtn
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^([0-9a-f]+)$ process.php?ext=$1
    RewriteRule ^([0-9a-f]+)/$ process.php?ext=$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache