X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/ec66a5c7d17cb1e67ee066f2e9bdaf5bbc9ab614..5c314428027bea7f3743d24968bd294e65b662ca:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index c5353dd..a058392 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -8,4 +8,4 @@ RewriteRule ^([0-9]+)/fork$ /fork.php?id=$1 RewriteRule ^([0-9]+)/raw/(.+)$ /raw.php?id=$1&file=$2 RewriteRule ^list$ /list.php -RewriteRule ^list/([0-9])+$ /list.php?page=$1 +RewriteRule ^list/([0-9]+)$ /list.php?page=$1