]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - .htaccess
Change in DB logic & functions: now refer to a global $ydb object created by class...
[Github/YOURLS.git] / .htaccess
1 # BEGIN YOURLS
2 RewriteEngine On
3 #RewriteBase /
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule ^([0-9A-Za-z]+)/?$ yourls-go.php?id=$1 [L]
7 # END YOURLS