summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess9
1 files changed, 9 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index dbe65c1..4262f76 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,12 @@
+<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]+)(1)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3