From: quix0r Date: Mon, 28 Jan 2008 20:28:11 +0000 (+0000) Subject: htaccess X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac8cd01a67af2a7ec612603d3872188982788b28;p=mailer.git htaccess --- diff --git a/0.2.1/.htaccess b/0.2.1/.htaccess index 4ac0714375..b6819a9c4f 100644 --- a/0.2.1/.htaccess +++ b/0.2.1/.htaccess @@ -2,7 +2,7 @@ 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] + 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]