summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-02-04 13:04:09 +0100
committeremkael <emkael@tlen.pl>2018-02-04 13:04:09 +0100
commite370fce634e5fd70da4be4dcb2f51abbfad21358 (patch)
tree60269a4a8e33fc2cea6bc4e65f9900c20310b827
parent179574d7d2ee03d9d7cfa9f37ad62e96fcbd4656 (diff)
parentf7bdf0e4c7300666acfdcf9475be704333195765 (diff)
Merge branch 'master' into single-table-visualization
-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