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] # @TODO When ext-imprint is finished RewriteRule ^cms/index/wht/impressum$ modules.php?module=index&what=imprint [L] # @TODO When ext-imprint is finished RewriteRule ^modules.php?module=index&what=impressum$ modules.php?module=index&what=imprint [L] # @TODO When ext-terms is finished RewriteRule ^cms/index/wht/agb$ modules.php?module=index&what=terms [L] # @TODO When ext-terms is finished RewriteRule ^modules.php?module=index&what=agb$ modules.php?module=index&what=terms [L] # @TODO When ext-terms is finished RewriteRule ^agb.php$ modules.php?module=index&what=terms [L]