X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6d0777840e50ce98f3d96629b4e92bbdccd3001c..b8ec7e50b61c241d84a7b0e2c7be6c369a8c0dd2:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index f41e1bf..d053ca7 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -3,3 +3,7 @@ RewriteBase / #RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^([0-9]+)$ /display.php?id=$1 +RewriteRule ^([0-9]+)/raw/(.+)$ /raw.php?id=$1&file=$2 +RewriteRule ^([0-9]+)/fork$ /fork.php?id=$1 +RewriteRule ^list$ /list.php +RewriteRule ^list/([0-9])+$ /list.php?page=$1