]> _ Git - tecintex.git/commitdiff
wip #5513 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Oct 2022 09:32:48 +0000 (11:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 7 Oct 2022 09:32:48 +0000 (11:32 +0200)
.gitignore [new file with mode: 0644]
.htaccess

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..723ef36
--- /dev/null
@@ -0,0 +1 @@
+.idea
\ No newline at end of file
index 52a0413cccd6e5eb64d185934efc168cc0a98c70..485a49757718f0100c93267074fc57260cd03416 100644 (file)
--- 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]