From 6bbd384597467785668bc12b6e0e3a3f3bacf7a1 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 7 Oct 2022 11:32:48 +0200 Subject: [PATCH] wip #5513 @0.25 --- .gitignore | 1 + .htaccess | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore 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] -- 2.39.5