alfy

Přehled odpovědí

Aktuálně je na stránce zobrazen 1 příspěvek (z celkem 1)
  • Autor
    Příspěvky
  • odpověď na téma: Problem s SSL certifikat #34598

    alfy
    Participant

    Dobry den, nakonec ano resilo to (nevim jestli je to pres ten hosting),ale musel jsem vycistit databaz podle nize dokumentaci

    issue: have some http in db.
    steps:
    > clean up db first, to have less data to check:
    DELETE FROM post WHERE status = ‘trash’
    DELETE FROM post WHERE post_type = ‘revision’

    (now, delete from postmeta, where no post exists any more:)
    DELETE pm FROM postmeta pm LEFT JOIN posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL

    now, backup the database. (much smaller now).

    now, check manually the table ‘options’
    – see if ‘old’, unused themes have data (start with theme_ …)
    > delete these rows

    > export the table options
    now, search-replace in the text: http://domain with https://domain

    > delete table ‘options’ in database
    > create the table again, by using the sql-text.

    >> should be fine, but .. setting maybe, have to repeat.

    here:
    > theme > personalize>
    – set menu
    – set slider images (! images have to be set again, that time: with https://path-to-image)

    ok
    check in Chrome/Chromium again
    > green lock? in FF? .. ok.

Aktuálně je na stránce zobrazen 1 příspěvek (z celkem 1)

WordPress – novinky, návody a zajímavosti