From f9a8aac7c8b5db5b8bdc709f1c90275f91ff69be Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 29 Jan 2018 23:06:04 +0100 Subject: Allowing underscore and hyphen in tournament prefix --- .htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 98ff73d..a2a032f 100644 --- a/.htaccess +++ b/.htaccess @@ -8,5 +8,4 @@ RewriteEngine On -RewriteRule ([a-zA-Z0-9]+)(\d)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