commit as anonymous
[phorkie.git] / www / .htaccess
1 RewriteEngine On
2 RewriteBase /
3 #RewriteCond %{REQUEST_FILENAME} -f
4
5 RewriteRule ^([0-9]+)$ /display.php?id=$1
6 RewriteRule ^([0-9]+)/raw/(.+)$ /raw.php?id=$1&file=$2