Tagged: enfold
Hi there
I am transferring my site from http:// to https:// (TLS).
So in my .htaccess I will be placing:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) https://www.mydomain.com/$1 [R=301,L]
</IfModule>
to 301 redirect all my http:// urls to https://.
and I will be using https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
to search and replace all paths.
Is there anything else particular to the Enfold theme I should know about before transferring?
Thank you for your time.