summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Zimniewicz <michzimny@gmail.com>2018-01-27 10:37:17 +0100
committerMichal Zimniewicz <michzimny@gmail.com>2018-01-27 10:37:17 +0100
commit3b0b63d16d7ca76a425c3abd5effd0e0a7f8acaa (patch)
treee37b9b906c5477cc5459b3f011e80b909552c2a2
parent41bf3d024bf6028a834440ddcd6e8f253142a288 (diff)
handle one-digit round number in .htaccess
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 4262f76..98ff73d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,5 +8,5 @@
</Files>
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