]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - .htaccess
Initial commit (importing from http://svn.planetozh.com/ozhin)
[Github/YOURLS.git] / .htaccess
1 # BEGIN ShortURL
2 RewriteEngine On
3 #RewriteBase /
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule ^([0-9a-z]+)/?$ go.php?id=$1 [L]
7 # END ShortURL
8
9 <IfModule mod_rewrite.c>
10 RewriteEngine on
11 RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
12 </IfModule>