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