From: Roland Häder Date: Tue, 19 Jul 2016 13:59:31 +0000 (+0200) Subject: also prevent it in .htacces. You may want to add this to one of your files in /etc... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=d1922ab361b5e104b7c14b28c76d1c47651635ef also prevent it in .htacces. You may want to add this to one of your files in /etc/apache2/ (e.g. create a file called /etc/apache2/conf.d/httpoxy), too to protect all other apps as well. --- diff --git a/.htaccess b/.htaccess index 5449e0a0f9..0d28312700 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,11 @@ Options -Indexes DirectoryIndex index.php +# HTTPoxy mitigation + + RequestHeader unset Proxy + + RewriteEngine On RewriteRule ^cms/(.*)/wht/(.*)$ modules.php?module=$1&what=$2 [L]