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>
Files
