From 5f655f3b9fff2f41754b9612ce178b495910f4d4 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 7 Nov 2018 22:08:03 +0100 Subject: Moving app to separate directory, scanning for PBN files in a separate directory Fixes #2 --- .htaccess | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index a2a032f..d543787 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,2 @@ - - Order allow,deny - Deny from all - - - Order allow,deny - Deny from all - - RewriteEngine On -RewriteRule ([a-zA-Z0-9-_]+)(\d)b-(\d+)\.html$ tdd-protocol.php?prefix=$1&round=$2&board=$3 +RewriteRule ([a-zA-Z0-9-_]+)(\d)b-(\d+)\.html$ tdd/tdd-protocol.php?prefix=$1&round=$2&board=$3 -- cgit v1.2.3