1. If you’re talking about a redirect to https from http then add this to the top of your .htaccess, or ask your host to do it.
Note: Don’t duplicate
2. If you search there’s some information reference DOs setup and the primary keys issue like here for example.
You may need to speak to your host.
Code:
RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]*
RewriteEngine On
2. If you search there’s some information reference DOs setup and the primary keys issue like here for example.
You may need to speak to your host.
Statistics: Posted by Mick — Thu Sep 26, 2024 8:25 am