summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess11
1 files changed, 1 insertions, 10 deletions
diff --git a/.htaccess b/.htaccess
index a2a032f..d543787 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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