Update .htaccess

This commit is contained in:
Jordan
2026-04-11 16:33:46 +01:00
parent f4e1cb8135
commit 628231a530

View File

@@ -83,7 +83,7 @@ ExpiresDefault "access 2 days"
</IfModule>
# Use HTTP Strict Transport Security to force client to use secure connections only
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
# Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
<Files ~ "\.tpl$">
Order allow,deny
@@ -115,97 +115,6 @@ ErrorDocument 401 /401.php
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
# Redirección a HTTPS y a WWW
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.quantumasis.plandeweb.com [NC]
RewriteRule ^(.*)$ https://quantumasis.plandeweb.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.lightbeecorp.com [NC]
RewriteRule ^(.*)$ https://lightbeecorp.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.lightbee-corp.com [NC]
RewriteRule ^(.*)$ https://lightbee-corp.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.opticaingenio.com [NC]
RewriteRule ^(.*)$ https://opticaingenio.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.grancanariavv.com [NC]
RewriteRule ^(.*)$ https://grancanariavv.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.vmcprevensys.com [NC]
RewriteRule ^(.*)$ https://vmcprevensys.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.clorofilachef.com [NC]
RewriteRule ^(.*)$ https://clorofilachef.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.grupoquintanas.com [NC]
RewriteRule ^(.*)$ https://grupoquintanas.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.mabriba.es [NC]
RewriteRule ^(.*)$ https://mabriba.es/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.nutibarainvest.com [NC]
RewriteRule ^(.*)$ https://nutibarainvest.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.seingroup.es [NC]
RewriteRule ^(.*)$ https://seingroup.es/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.elalpendredefelix.com [NC]
RewriteRule ^(.*)$ https://elalpendredefelix.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.marisagarcespsicologia.es [NC]
RewriteRule ^(.*)$ https://marisagarcespsicologia.es/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.betarealty.es [NC]
RewriteRule ^(.*)$ https://betarealty.es/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.comercial-yaumar.es [NC]
RewriteRule ^(.*)$ https://comercial-yaumar.es/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.doblelinea.com [NC]
RewriteRule ^(.*)$ https://doblelinea.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.vannagamma.com [NC]
RewriteRule ^(.*)$ https://vannagamma.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.fisioterapiamarcosleon.com [NC]
RewriteRule ^(.*)$ https://fisioterapiamarcosleon.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.clinicagaba.com [NC]
RewriteRule ^(.*)$ https://clinicagaba.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.regufarma.com [NC]
RewriteRule ^(.*)$ https://regufarma.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.mundoyc.com [NC]
RewriteRule ^(.*)$ https://mundoyc.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.usegturservicios.com [NC]
RewriteRule ^(.*)$ https://usegturservicios.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.tuyoga.es [NC]
RewriteRule ^(.*)$ https://tuyoga.es/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.clinica-ramos.com [NC]
RewriteRule ^(.*)$ https://clinica-ramos.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.terapeutaocupasionada.com [NC]
RewriteRule ^(.*)$ https://terapeutaocupasionada.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.pilarquijadacomunicacion.com [NC]
RewriteRule ^(.*)$ https://pilarquijadacomunicacion.com/$1 [L,R=301]
# RewriteCond %{HTTP_HOST} ^www.enredhadas.com [NC]
# RewriteRule ^(.*)$ https://enredhadas.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.bungalowselpalmital.es [NC]
RewriteRule ^(.*)$ https://bungalowselpalmital.es/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www.barbaraleebtraducciones.com [NC]
RewriteRule ^(.*)$ https://barbaraleebtraducciones.com/$1 [L,R=301]
# FAVICON
RewriteRule ^favicon.ico$ /template/estandar/icons/favicon.ico [L]