aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/.htaccess2
1 files changed, 1 insertions, 1 deletions
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