• Resolved nikalenagirl

    (@nikalenagirl)


    My site is online and I still get e-mail notifications from WordPress. Still I cannot login and get the page ‘this site cannot be found’.
    In my htaccess file I have following:
    RewriteRule ^(/)?wplogin/?$ /wp-login.php [QSA,L]
    So actually it must work with http://www.nikalena.de/wp-login am I right?
    I have also another plugin installed that maybe causes the problem: it’s Multilanguage which redirects my site automatically to http://nikalena.de/de_DE/wp-login
    Unfortunately I don’t know how to uninstall it via the file system. Any ideas? Appreciate any help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi nikalenagirl. looks like you already solved this as http://www.nikalena.de/wp-login.php is currently working as your login url.

    RewriteRule ^(/)?wplogin/?$ /wp-login.php [QSA,L]
    will make the exact URL exactly http://www.nikalena.de/wplogin use the wp-login.php file instead of looking for a folder or file called wplogin.

    if ^ at the beginning of the rewrite rule is very important there, as it forces the wplogin to be at the beginning of the url following the TLD.

    Thread Starter nikalenagirl

    (@nikalenagirl)

    Hi A2BCool,
    I had to uninstall the multilanguage plugin. It turned out, that these two were not compatible.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP Security] [Plugin: Multilanguage] Cannot log in – site doesn't exist’ is closed to new replies.