• Hi, need advice. When switching from http to https, what are the ways of dealing with 1) external links pointing to the various posts, 2) image links within posts, 3) incoming links from Facebook, Twitter, Pinterest, etc pointing to various recipes, posts, etc?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Install the plugin “better search replace”. Search for https://example.com and replace with https://example.com.

    Also, add this to the top of your .htaccess file:

    RewriteEngine On 
    RewriteCond %{SERVER_PORT} 80 
    RewriteRule ^(.*)$ https://example.com/$1 [R=301,L,NE]
    Thread Starter bck5WG

    (@bck5wg)

    Thank you, Steve. Really appreciate it. I’m at work now so will try both steps this weekend. Will circle back if I have any more questions.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘http to https’ is closed to new replies.