summaryrefslogtreecommitdiffstats
path: root/htaccess.txt
blob: 1460d773c028b7ce7367d50e4d01ac91153c1bcb (plain)
1
2
3
4
5
6
7
8
RewriteEngine on

RewriteRule ^s/(.*)$ file/show_url
RewriteRule ^d/(.*)$ file/download

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/?$1 [L]