CMS 06.06.2017 1951 Support Status: Closed Solution: Yes bluesatkv
What can I put into .htaccess for redirect http -> https 1:1 with seo url?
thx
I found solution :-)
# Enable the Rewrite engine RewriteEngine On# URL Canonicalization with HTTPS RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^ https://www.bluesat.cz%{REQUEST_URI} [R=301,L,NE]# SEO Url friendly RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([a-zA-Z0-9,-]+)/?$ index.php?s=$1 [L,QSA]
Good thank you.
Also more information can be found here: https://jakweb.ch/blog/a/3/apache-htaccess
*** Ticket closed ***
Release date: 16.09.2023
Language translation on the fly, performance improvements.
Release date: 29.09.2023
ChatGPT, live translation, new templates and bug fixes.
Release date: 13.09.2023
Live Translations for the live chat and support tickets.
Release date: 09.10.2023
ChatGPT, language translation, more statistics, bug fixes and more.
I found solution :-)
Good thank you.
Also more information can be found here: https://jakweb.ch/blog/a/3/apache-htaccess
*** Ticket closed ***