Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author helirc

    (@pntrinh)

    Hi,
    You need remove define ssl in wp-config.php
    FORCE_SSL_ADMIN
    FORCE_SSL_LOGIN
    FORCE_SSL_FRONT
    so you can login to wp-admin and then you need disable ssl in config page

    Thread Starter troelschristensen

    (@troelschristensen)

    Thank you for the quick reply.

    But wp-config.php does not have any of those settings.

    I tried to disable the plugin, but it still redirects to a https:// url.

    I do not know what to do 🙁

    Hope you can help me.

    Plugin Author helirc

    (@pntrinh)

    plz check again, only those defined in wp-config.php
    define( ‘FORCE_SSL_ADMIN’, true );
    define( ‘FORCE_SSL_LOGIN’, true );
    define( ‘FORCE_SSL_FRONT’, true );

    Hi,

    I have some problem. I activated the ssl function and my web site crash.
    I delete:
    define( ‘FORCE_SSL_ADMIN’, true );
    define( ‘FORCE_SSL_LOGIN’, true );
    define( ‘FORCE_SSL_FRONT’, true );

    …but don’t work.
    I try another way….I deleted the “td-cache-and-security” folder from plugin but my website is still dead 🙁

    Please help quick!
    Thanks
    Adrian

    Plugin Author helirc

    (@pntrinh)

    Hi, you can add my skype: pntrinh

    Is allready added. I waiting to response via Skype.
    My web site is:
    http://www.drtees.ro

    Thanks

    Plugin Author helirc

    (@pntrinh)

    I don’t see you in skype, also you need check wp-config.php again to make sure removed ssl in define

    try to add my account Skype: drtees

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Help please’ is closed to new replies.