X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.htaccess;h=201c43da67aaec4ab6c995671653b210d93f9aeb;hb=706f3b7d03e9bd0f241aa7ee7d2eaa0b2e2869c2;hp=b6819a9c4f7667f252313ef295e8d58a92fa18b1;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git diff --git a/.htaccess b/.htaccess index b6819a9c4f..201c43da67 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,9 @@ -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] +