]> git.mxchange.org Git - mailer.git/blob - .htaccess
The yearly copyright-update commit. 2009, 2010 are now copyrighted on the developer...
[mailer.git] / .htaccess
1 Options -Indexes
2 DirectoryIndex index.php
3
4 <IfModule mod_rewrite.c>
5         RewriteEngine On
6         RewriteRule ^cms/(.*)/wht/(.*)$                       modules.php?module=$1&what=$2         [L]
7         RewriteRule ^cms/(.*)/act/(.*)$                       modules.php?module=$1&action=$2       [L]
8         RewriteRule ^cms/(.*)$                                modules.php?module=$1                 [L]
9         RewriteRule ^cms/index/wht/impressum$                 modules.php?module=index&what=imprint [L]
10         RewriteRule ^modules.php?module=index&what=impressum$ modules.php?module=index&what=imprint [L]
11 </IfModule>