Don't use convertZeroToNull() here as it makes no sense
[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         # @TODO When ext-imprint is finished RewriteRule ^cms/index/wht/impressum$                 modules.php?module=index&what=imprint [L]
10         # @TODO When ext-imprint is finished RewriteRule ^modules.php?module=index&what=impressum$ modules.php?module=index&what=imprint [L]
11         # @TODO When ext-terms is finished RewriteRule ^cms/index/wht/agb$                 modules.php?module=index&what=terms [L]
12         # @TODO When ext-terms is finished RewriteRule ^modules.php?module=index&what=agb$ modules.php?module=index&what=terms [L]
13         # @TODO When ext-terms is finished RewriteRule ^agb.php$ modules.php?module=index&what=terms [L]
14 </IfModule>