• kbeebalm

    (@kbeebalm)


    Hello,

    I have edited the core WP database in key areas to be setup for SSL – with https: urls.
    (wp_” in the following table names with your prefix):
    • wp_options: options named “siteurl” and “home”
    • wp_site
    • wp_sitemeta: the option named “siteurl”
    • wp_blogs: any entries in the “domains” column that have the old domain name
    • wp_#_options: Each sub-site will have sets of tables that correspond to the blog_id in the wp_blogs table. You need to go to the wp_#_options table, where # corresponds to the blog_id, and update the “siteurl” and “home” settings in that table.)

    With the Twenty Ten theme however, the header is displayed with http instead of https, causing a SSL issue.

    Does anyone know how to fix this?

    I tried adding a function from a old thread on twenty ten theme – but it did not work.

    Thanks

The topic ‘Issue with Header and SSL – header displays http’ is closed to new replies.