diff options
author | emkael <emkael@tlen.pl> | 2018-01-30 02:41:52 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-01-30 02:41:52 +0100 |
commit | f7bdf0e4c7300666acfdcf9475be704333195765 (patch) | |
tree | 88f0a367b33afac148f1c1c48c93822c9c1168be | |
parent | 794a1fd682fa39d21a4fcc12c7065ca751acd576 (diff) | |
parent | f9a8aac7c8b5db5b8bdc709f1c90275f91ff69be (diff) |
Merge branch 'prefix-special-chars'
-rw-r--r-- | .htaccess | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |