• Hi,

    I am sorry to bother you but I need your help. I was working on my wordpress SETTINGS under GENERAL and by accident I add the “s” letter in front of the https://www like this (https://WWW) I make the mistake to log out and now the search address bar doesn’t allow me to log in because the “s” letter in front of the https://

    Any suggestions,…. Thank you!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • in wp-config.php add this code

    define('WP_HOME','https://www.example.com');
    define('WP_SITEURL','https://www.example.com');

    Change https://www.example.com to your url.

    Hope this helps.

    Thread Starter luisorgano

    (@luisorgano)

    Thank you for your time ?? Davood,

    Thread Starter luisorgano

    (@luisorgano)

    I kind of fixed the problem to log into my wordpress account. I log in into my hosting company (bluehost) and click under (wordpress tools) then click on (security) then turn off the (Free SSL Certificate) wait a couple minutes and the website is back to normal.

    The only problem is that I don’t have the SSL on my URL but maybe bluehost want me to pay for the service. Maybe one off your may have an answer?

    Thank You,

    Many hosts are starting to offer a free ssl option because Google is starting to block visitors out of sites that do not have an SSL certificate in the latest version of Chrome… giving them a scary “this site is not secure” error message.

    It sounds like you had that free certificate turned on and just needed to turn it off. If I were you I would change the site url in wp-admin Settings >> General to use the secure version of the site and then reactivate the free certificate BlueHost is offering you.

    Hope this helps.

    Hello,

    I have the same problem.
    Were do I find wp-config.php ?

    I can’t get on my website anymore to open that file.

    Thank you for a quick answer.

    Rudy

    Moderator t-p

    (@t-p)

    Side note to @willoxrudy,

    Please do not jump into other topics. If the troubleshooting already posted made no difference for you, then, as per the Forum Welcome, please post your own topic. A lot more people will see your post this way. That way you stand a good chance of getting the assistance you want. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole.

    Hello Rudy,
    As t-p said it would be best if you started a new thread and stated that you do not know where to find the wp-config.php file to add the suggested code. The user who started this thread has now asked a new related question to their problem and it will get too confusing for future readers of this thread if I try to answer your question in here then luisorgano returns to have me continue helping him!

    Hello,

    I was working on my wordpress SETTINGS under GENERAL and by accident I add the “s” letter in front of the https://www like this (https://WWW) I make the mistake to log out and now the search address bar doesn’t allow me to log in because the “s” letter in front of the https://

    Were do I find wp-config.php ?

    I can’t get on my website anymore to open that file.

    Thank you for a quick answer.

    Rudy

    Hello Rudy, You are still in the same thread… please start your own ticket by going here.

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WordPress Address (URL)’ is closed to new replies.