CMS 06.06.2017 1711 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: 03.01.2023
Push notifications are back, bug fixes and performance...
Release date: 18.01.2023
PHP 8.2 ready, push notifications are back, performance...
Release date: 04.01.2023
Push Notifications are back, Front End Editor fixed, performance...
Release date: 26.01.2023
OAuth2, improved PHP IMAP, PHP 8.2 Support, performance...
I found solution :-)
Good thank you.
Also more information can be found here: https://jakweb.ch/blog/a/3/apache-htaccess
*** Ticket closed ***