• I’m trying to make my blog, a secure blog and I’m failing somewhere after “Implementing HTTPS for WordPress” step from following guide:

    WordPress › HTTPS for WordPress – Support Everything WordPress

    via browser, whenever I try http it redirects me to https and when I try https it redirects me back to http (causing infinite loop).

    I even went back and revert changes home and siteurl, yet still in this infinite loop(

    [alexus@j ~/alexus.org/wordpress]$ wp db query "SELECT * FROM wp_options WHERE option_name='home';"
    +-----------+-------------+-------------------+----------+
    | option_id | option_name | option_value      | autoload |
    +-----------+-------------+-------------------+----------+
    |        37 | home        | http://alexus.org | yes      |
    +-----------+-------------+-------------------+----------+
    [alexus@j ~/alexus.org/wordpress]$ wp db query "SELECT * FROM wp_options WHERE option_name='siteurl';"
    +-----------+-------------+-------------------+----------+
    | option_id | option_name | option_value      | autoload |
    +-----------+-------------+-------------------+----------+
    |         1 | siteurl     | http://alexus.org | yes      |
    +-----------+-------------+-------------------+----------+
    [alexus@j ~/alexus.org/wordpress]$

    ‘elp plz!)

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTPS for WordPress’ is closed to new replies.