X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=.htaccess;h=0d28312700bd5846aadbc2f86280b92d95234318;hp=201c43da67aaec4ab6c995671653b210d93f9aeb;hb=6dcb879ba3abb21843503cacc65d1fe0848eb90f;hpb=e9d9b430aa90c0519671702ce9fe13fc497451d6 diff --git a/.htaccess b/.htaccess index 201c43da67..0d28312700 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,19 @@ Options -Indexes DirectoryIndex index.php +# HTTPoxy mitigation + + RequestHeader unset Proxy + + RewriteEngine On - RewriteRule ^cms/(.*)/wht/(.*)$ modules.php?module=$1&what=$2 [L] - RewriteRule ^cms/(.*)/act/(.*)$ modules.php?module=$1&action=$2 [L] - RewriteRule ^cms/(.*)$ modules.php?module=$1 [L] + RewriteRule ^cms/(.*)/wht/(.*)$ modules.php?module=$1&what=$2 [L] + RewriteRule ^cms/(.*)/act/(.*)$ modules.php?module=$1&action=$2 [L] + RewriteRule ^cms/(.*)$ modules.php?module=$1 [L] + # @TODO When ext-imprint is finished RewriteRule ^cms/index/wht/impressum$ modules.php?module=index&what=imprint [L] + # @TODO When ext-imprint is finished RewriteRule ^modules.php?module=index&what=impressum$ modules.php?module=index&what=imprint [L] + # @TODO When ext-terms is finished RewriteRule ^cms/index/wht/agb$ modules.php?module=index&what=terms [L] + # @TODO When ext-terms is finished RewriteRule ^modules.php?module=index&what=agb$ modules.php?module=index&what=terms [L] + # @TODO When ext-terms is finished RewriteRule ^agb.php$ modules.php?module=index&what=terms [L]