summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Zimniewicz <michzimny@users.noreply.github.com>2018-01-31 00:41:12 +0100
committerGitHub <noreply@github.com>2018-01-31 00:41:12 +0100
commit64b94f2831022d09f7a5025139c857e0d0517ce7 (patch)
treeaa82593241e26a2b2d737f01aebff1e3a422a135
parent890dfe23560d32199a311560e867c7c576d201bb (diff)
parentf9a8aac7c8b5db5b8bdc709f1c90275f91ff69be (diff)
Merge pull request #4 from emkael/prefix-special-chars
Podkreślnik i myślnik w prefiksie turnieju
-rw-r--r--.htaccess3
1 files changed, 1 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 98ff73d..a2a032f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,5 +8,4 @@
</Files>
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