X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=.htaccess;h=1fd2bc7691b81367c497aea34bd59dcd31df4e7e;hb=4fbb69b66564237c51d4eaf8c82d0d8cdfcf84a0;hp=bea521ae53281c68408a2275f4c0fd0750a6ab9d;hpb=addbb8351784d33ba1c7ebc52771defd09ddf2f0;p=mailer.git diff --git a/.htaccess b/.htaccess index bea521ae53..1fd2bc7691 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,12 @@ -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] - +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 ^agb.php$ modules.php?module=index&what=terms [L] +