From: Christian Weiske Date: Wed, 28 Mar 2012 15:01:29 +0000 (+0200) Subject: fix list with more than 9 pages X-Git-Tag: v0.1.0~82 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/2f7659becb40e457872fc45f59ad81bff439722f fix list with more than 9 pages --- 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