diff options
author | Michal Zimniewicz <michzimny@gmail.com> | 2018-01-27 01:45:34 +0100 |
---|---|---|
committer | Michal Zimniewicz <michzimny@gmail.com> | 2018-01-27 01:45:34 +0100 |
commit | 1f64f78b4c58beb9b919f80527e3c4bd640a292c (patch) | |
tree | e12f7873d752a95a5449e5580a24a89e5b241e2d /.htaccess | |
parent | 76cc542b4e1ae7e30ef935d4d8d6686db65faa97 (diff) |
add initial version
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..dbe65c1 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteRule ([a-zA-Z0-9]+)(1)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3 + |