• andreajava

    (@andreajava)


    I just signed up with BlueHost and then installed WordPress. When I click the URL given after the install, the WordPress login screen does NOT come up. I’m just taken to directly to my site. Why don’t I see a login screen? Does it have something to do with the fact that I have an html slideshow on my homepage (and not much else)? That’s the only thing I can think of. Please advise.

    My site https://www.winterwoodphotography.com

    Thanks,
    Andrea

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 1 replies (of 1 total)
  • bh_WP_fan

    (@bh_wp_fan)

    Assuming your site is running directly from the root folder, remove all code in your .htaccess file and put this in:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    If that doesn’t work, try deactivating all your plugins, then try accessing the admin page and see if it works then.

Viewing 1 replies (of 1 total)
  • The topic ‘Can't log in to WP admin area?’ is closed to new replies.