From: Jason Woofenden Date: Thu, 7 May 2015 21:41:06 +0000 (-0400) Subject: 404 fake wfpl_main.php X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=fb07271dfd352aaed61375fd270730d74fed6d9d 404 fake wfpl_main.php --- 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