diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -1,11 +1,2 @@ -<Files ~ "\.(pbn)$"> - Order allow,deny - Deny from all -</Files> -<Files ~ "\.(PBN)$"> - Order allow,deny - Deny from all -</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/tdd-protocol.php?prefix=$1&round=$2&board=$3 |