From 3b0b63d16d7ca76a425c3abd5effd0e0a7f8acaa Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 27 Jan 2018 10:37:17 +0100 Subject: handle one-digit round number in .htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 4262f76..98ff73d 100644 --- a/.htaccess +++ b/.htaccess @@ -8,5 +8,5 @@ RewriteEngine On -RewriteRule ([a-zA-Z0-9]+)(1)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3 +RewriteRule ([a-zA-Z0-9]+)(\d)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3 -- cgit v1.2.3