From 55f22f62993684b9ad625925f9cbb7dabd62d83f Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 27 Jan 2018 02:01:58 +0100 Subject: deny access to PBN files via HTTP --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.htaccess b/.htaccess index dbe65c1..4262f76 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,12 @@ + + Order allow,deny + Deny from all + + + Order allow,deny + Deny from all + + RewriteEngine On RewriteRule ([a-zA-Z0-9]+)(1)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3 -- cgit v1.2.3