• Hello WordPress gurus!
    I’m having an issue here. When I’m trying to login to my wordpress site, it sort of redirects me to a page (tjensomung.dk/wp-admin/install.php) that says so “You appear to have already installed WordPress. To reinstall please clear your old database tables first.”, I’m not trying to reinstall wordpress, just logging in, lol. I have’nt done any mess as far as I know, wordpress just appears to act weird.

    Link to site: tjensomung.dk

    Hope for some help.

    – Knuth Becker

Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you have an .htaccess file in your root domain folder? If so, what is in it?

    Thread Starter ascriptomat

    (@knuthbecker)

    Hey esmi,
    Thanks for help. I do have a .htaccess, and this is whats in it

    “# 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”

    Hmm… that shouldn’t be causing the redirect that I am seeing. something os redirecting your root domain to the wp-admin/install.php script.

    Do you have any forwarding or redirects set up in your hosting account or at your domain’s registrar?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"already installed" – issue with logging into wordpress’ is closed to new replies.