X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/bfa1501efa1a49893208c794ea262a075b13fc1d..b8ec7e50b61c241d84a7b0e2c7be6c369a8c0dd2:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index bf82bc2..d053ca7 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -5,3 +5,5 @@ RewriteBase / 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