X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=.htaccess;h=5449e0a0f9ad3a92def32f93ac57c424bfc49448;hp=46012872712d7a43e4c611665923f0e6c7004d47;hb=4373e155854012d687fdfcae4c69d1a940883fab;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e diff --git a/.htaccess b/.htaccess index 4601287271..5449e0a0f9 100644 --- a/.htaccess +++ b/.htaccess @@ -6,6 +6,9 @@ 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/index/wht/impressum$ modules.php?module=index&what=imprint [L] - RewriteRule ^modules.php?module=index&what=impressum$ modules.php?module=index&what=imprint [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]