From fb07271dfd352aaed61375fd270730d74fed6d9d Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 7 May 2015 17:41:06 -0400 Subject: [PATCH] 404 fake wfpl_main.php --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index c496a28..af54bb2 100644 --- a/.htaccess +++ b/.htaccess @@ -9,7 +9,7 @@ AddCharset UTF-8 .css RewriteEngine on RewriteRule ^[^/.]*$ /wfpl_main.php [L] # Close loophole in security restriction/exception below -RewriteRule ^.*/.*wfpl_main.php$ /wfpl_main.php [L] +RewriteRule ^.*/.*wfpl_main.php$ /error_404 [L,R] ExpiresActive On -- 1.7.10.4