]> git.mxchange.org Git - mailer.git/blob - .htaccess
Some template fixes, width='600' removed from many templates, surfbar admin extended...
[mailer.git] / .htaccess
1 Options -Indexes\r
2 DirectoryIndex index.php\r
3 \r
4 <IfModule mod_rewrite.c>\r
5         RewriteEngine On\r
6         RewriteRule     ^cms/(.*)/wht/(.*)$             modules.php?module=$1&what=$2           [L]\r
7         RewriteRule     ^cms/(.*)/act/(.*)$             modules.php?module=$1&action=$2         [L]\r
8         RewriteRule     ^cms/(.*)$                              modules.php?module=$1                           [L]\r
9 </IfModule>\r