diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..83951ac --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteCond %{HTTP_HOST} !^www\.mojotrollz\.eu [NC] +RewriteRule ^(.*)$ http://www.mojotrollz.eu/$1 [R=301,L] \ No newline at end of file