• After enabling a SSL certificate I wanted to switch to default https but then the header image disappears.
    Is there a way to set the header url to ‘/wp-content/uploads/…’ (without the the http prefix) so the site will work for both http and https ?
    Maybe there are other settings that also need to be adapted to work with https prefix ?

    To see what I mean:

    https://dia-archief.nl

    https://dia-archief.nl

Viewing 1 replies (of 1 total)
  • Add this line to your htacces if you didn’t already.
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://dia-archief.nl/$1 [R=301,L]
    Modify on your WP Dashboard Settings>General https://dia-archief.nl instead of http.
    Then delete or hide the header image, save publish, then put the image again, will have the new https.
    If you are running some other scripts you need to disable or delete and re-enable, just for the modules to read the new settings from general using https.
    Hope it works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Sixteen looses header image switching to https’ is closed to new replies.