• I cannot access to my domain site on www.remarpro.com (self-hosted) nor my WordPress.or (self-hosted) admin site. This happened since I plugged in SSL accidentally on my WordPress site because “https” prohibits me to access to since my site is a http site. In order to deactivate or remove the SSL plugin, I need to get in to my WordPress admin but it has been unsuccessful. Thank you in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    in your wp-config.php set the defines for your site. They will override what’s in the database. Once you login, then go to settings->general and put in the correct values.

    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);

    Thread Starter tomatopia

    (@tomatopia)

    Thank you for your post. My domain/wp-config.hph doesn’t work.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    My domain/wp-config.hph doesn’t work.

    what does this mean? Did you make the changes I suggested?

    In order to deactivate or remove the SSL plugin

    If you installed some plugin to make your site SSL, delete it from wp-contents/plugins via FTP or your hosting control panel.

    Thread Starter tomatopia

    (@tomatopia)

    I meant my domain/wp-config.hph (port 443) shows 404 not found “This page is insecure (BROKEN HTTPS.)” I had tried my hosting control panel, but it didn’t work based on my knowledge.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    where do you get .hph?

    I wrote:

    in your wp-config.php set the defines for your site. They will override what’s in the database. Once you login, then go to settings->general and put in the correct values.

    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’

    Edit wp-config.php from your hosting control panel or by downloading the file, editing it via notepad, and re-uploading it.

    Thread Starter tomatopia

    (@tomatopia)

    It’s done, thank you very much!

    sallen5280

    (@sallen5280)

    I tried this same method and all I got was a blank white page, as opposed to an error message.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    sallen: Please start a new thread for your issue. thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘SSL Interference (Locked-Out)’ is closed to new replies.