Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #757850

    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.

    • This topic was modified 7 years, 8 months ago by waveshaper.
    #758686

    Hey waveshaper,

    I don’t think you would have to do that, it should be enough to simply update the website address under Settings->General. Could you try that out first?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.