• Hey. I am working off a local host and am using the site
    https://XX.X.X.XX/gardewine
    I am wanting to be able to go to this site but not have to log into wordpress to do this. If I enter this into my browser, it always asks me to log in and redirects me to the /wpadmin page. Is there anything way I can do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would guess clearing your browser cache might stop the redirect.

    Thread Starter loeppkydesigns

    (@loeppkydesigns)

    It still requires me to log in though. I am most concerned about not having to log in. Is there a way to do this?

    pauloeaquino

    (@pauloeaquino)

    Hi there,

    Have you checked the wp-config.php file to see if the “Authentication Unique Keys and Salts” were generated? If so, I would either delete it, or to be safe temporarily comment it out. Basically, by disabling the authentication unique keys and salts, you are taking away that extra layer of login security for your site.

    I would first try commenting out that entire code block starting from: “define(‘AUTH_KEY’, …)” to “define(‘NONCE_SALT’,…)”

    Then save the file and try visiting your site again. You might have to login at least once after doing this, but after that you shouldn’t have to be required to login again after re-visiting your site.

    I hope that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to not have to log into wordpress with localhost’ is closed to new replies.