X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.htaccess;h=46012872712d7a43e4c611665923f0e6c7004d47;hb=7ec1b79dd9a8869a1e6768eeb9e36cad751a5562;hp=201c43da67aaec4ab6c995671653b210d93f9aeb;hpb=e9d9b430aa90c0519671702ce9fe13fc497451d6;p=mailer.git diff --git a/.htaccess b/.htaccess index 201c43da67..4601287271 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,9 @@ DirectoryIndex index.php 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] + RewriteRule ^cms/index/wht/impressum$ modules.php?module=index&what=imprint [L] + RewriteRule ^modules.php?module=index&what=impressum$ modules.php?module=index&what=imprint [L]