X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess;h=bea521ae53281c68408a2275f4c0fd0750a6ab9d;hb=08e7a259eb3649641a680bde64854f54cd5c5b68;hp=b6819a9c4f7667f252313ef295e8d58a92fa18b1;hpb=d0ab0382dd73638f0bc13a1a3d6f117ec11a203e;p=mailer.git diff --git a/.htaccess b/.htaccess index b6819a9c4f..bea521ae53 100644 --- a/.htaccess +++ b/.htaccess @@ -2,6 +2,7 @@ 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]