summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 4262f76d0ebd42948de4680352c0cf54760d45e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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