From: Vincent Vanwaelscappel Date: Fri, 7 Oct 2022 09:32:48 +0000 (+0200) Subject: wip #5513 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6bbd384597467785668bc12b6e0e3a3f3bacf7a1;p=tecintex.git wip #5513 @0.25 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/.htaccess b/.htaccess index 52a0413..485a497 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,6 @@ RewriteEngine On +RewriteCond %{HTTP_HOST} ^tecintex.com$ +RewriteRule ^(.*)$ https://www.tecintex.com/$1 [R=301,L] # remove .html, use THE_REQUEST to prevent infinite loops RewriteCond %{THE_REQUEST} \s/+(.+?)\.html[\s?] [NC]