X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=.htaccess;h=af54bb2b494e6659845f392a8efc02f5c7f713c1;hb=fb07271dfd352aaed61375fd270730d74fed6d9d;hp=173e9bf5c54bc131a5e4375663b993c65c43ad1a;hpb=a4f644413e4164883a7272bfecddba6d08bae3be;p=wfpl-cms.git diff --git a/.htaccess b/.htaccess index 173e9bf..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 @@ -26,7 +26,7 @@ RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo # Exception: allow access to wfpl_main.php # # this allows access to any files named "wfpl_main.php" anywhere, so there's a -# rewrite rule above to use teh top-level one, no matter which was requested. +# rewrite rule above to use the top-level one, no matter which was requested. php_flag engine on SetHandler application/x-httpd-php