summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 98ff73de9acfd5f0bd874546114c7e5250053a89 (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]+)(\d)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3