Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Login Loop #3691
    jum01
    Post count: 3

    I have reset the htaccess the following:

    # 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

    But am still having no luck logging in.

    in reply to: Login Loop #3626
    jum01
    Post count: 3

    I have renamed the directory to hide_my_wp123 and am still having the same issues.

    in reply to: Login Loop #3610
    jum01
    Post count: 3
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)