Hello,
thanks for your proposition. But seeing the problems so long to load (performance) so zero I decided to go see my tables in what I could do. So here Is I did. I must say that I had recently changed from .fr to .com (https://www.artisanathai.com/)
So equipped with textwrangler I made successive research (http, .fr) and I converted automatically. It’s quite fast and efficient.
As a precaution I saved the old tables that I would change, I threw them and replaced by new and redone.
and hopefully this time the redirection is not even necessary.
I say this because it could be useful to someone.
Thanks to you for your attention.
Annie
but yes i have put on your reddirect is good
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection Plugin