X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.htaccess;h=5449e0a0f9ad3a92def32f93ac57c424bfc49448;hb=e1abdee82f2bbdb97cff2623ed08069a258cfff9;hp=35131c0012e71cb73ab27db4ededa950a03cfa21;hpb=f441575c8621cc9c1fd32e461855dbc74cd1d631;p=mailer.git diff --git a/.htaccess b/.htaccess index 35131c0012..5449e0a0f9 100644 --- a/.htaccess +++ b/.htaccess @@ -8,7 +8,7 @@ DirectoryIndex index.php 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] - RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] - RewriteRule ^(.*)$ http://%1/$1 [R=301,L]