CMS 06.06.2017 742 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://www.jakweb.ch/blog/a/3/apache-htaccess
*** Ticket closed ***
Release date: 07.09.2019
Reset business hours, updated all libraries and fixed all known bugs.
Release date: 31.10.2019
Improved the chat widget and fixed various bugs.
Expected release date: End December
Brand new operator panel design, merge Tickets and much more...
Release date: 01.12.2019
New template with no avatar, all reported bugs have been fixed.
JAKWEB © 2019 All rights reserved.
I found solution :-)
Good thank you.
Also more information can be found here: https://www.jakweb.ch/blog/a/3/apache-htaccess
*** Ticket closed ***