]> git.mxchange.org Git - mailer.git/commitdiff
htaccess
authorRoland Häder <roland@mxchange.org>
Mon, 28 Jan 2008 20:28:11 +0000 (20:28 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 28 Jan 2008 20:28:11 +0000 (20:28 +0000)
0.2.1/.htaccess

index 4ac07143751623521c763747600b2dbaca132ee0..b6819a9c4f7667f252313ef295e8d58a92fa18b1 100644 (file)
@@ -2,7 +2,7 @@ Options -Indexes
 DirectoryIndex index.php\r
 \r
 <IfModule mod_rewrite.c>\r
-RewriteRule    ^cms/(.*)/wht/(.*)$                             modules.php?module=$1&what=$2                                           [L]\r
-RewriteRule    ^cms/(.*)/act/(.*)$                             modules.php?module=$1&action=$2                                 [L]\r
-RewriteRule    ^cms/(.*)$                                      modules.php?module=$1                                                   [L]\r
+       RewriteRule     ^cms/(.*)/wht/(.*)$             modules.php?module=$1&what=$2           [L]\r
+       RewriteRule     ^cms/(.*)/act/(.*)$             modules.php?module=$1&action=$2         [L]\r
+       RewriteRule     ^cms/(.*)$                              modules.php?module=$1                           [L]\r
 </IfModule>\r