CMS 06.06.2017 2268 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: 12.10.2024
Updated ChatGPT, bug fixes and performance improvements.
Release date: 14.10.2024
Updated ChatGPT models, bug fixes and performance.
Release date: 08.09.2024
New ChatGPT Models, language file improvement, bug fixes.
Release date: 23.10.2024
New ChatGPT models, bug fixes and performance improvements.
I found solution :-)
Good thank you.
Also more information can be found here: https://jakweb.ch/blog/a/3/apache-htaccess
*** Ticket closed ***