X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=.htaccess;h=46012872712d7a43e4c611665923f0e6c7004d47;hp=b6819a9c4f7667f252313ef295e8d58a92fa18b1;hb=01c4a1aa0914ebb2ab1d5df3d592246fb86e50cb;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/.htaccess b/.htaccess index b6819a9c4f..4601287271 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,11 @@ -Options -Indexes -DirectoryIndex index.php - - - 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] - +Options -Indexes +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/index/wht/impressum$ modules.php?module=index&what=imprint [L] + RewriteRule ^modules.php?module=index&what=impressum$ modules.php?module=index&what=imprint [L] +