Viewing 5 replies - 1 through 5 (of 5 total)
  • Change the urls back. See Changing_The_Site_URL for details of how to do this.

    Thread Starter MArjaaNi

    (@marjaani)

    Thanks. I tried, but nothing seems to work.

    Hi MArjaaNI

    Do you have FTP-acces to your site?
    If you do, the methods explained on http://codex.wordpress.org/Changing_The_Site_URL should work. This is the easiest method:

    1. FTP to the site, and download a copy of the ACTIVE THEME’s “functions.php” file.
    2. Add these two lines to the file, immediately after the initial “<?php” line:

    update_option(‘siteurl’,’http://example.com/blog&#8217;);
    update_option(‘home’,’http://example.com/blog&#8217;);

    NOTE: use your own URL instead of example.com, obviously. It’s important that you use the EXACT URL where your blog is located – I see that you are using a subdomain name, maybe that’s the issue here)

    3. Upload the file back to your site, in the same location.
    4. Load the login or admin page a couple of times. The site should come back up.
    5. Repeat the above steps, but remove those lines. IMPORTANT: Do NOT leave those lines in there. Remove them immediately after the site is up and running again.

    NOTE: If there is no functions.php file in the active theme:
    Create a new text file called “functions.php”. Edit it and add this text to it, using your own URL instead of example.com:

    <?php
    update_option(‘siteurl’,’http://example.com/blog&#8217;);
    update_option(‘home’,’http://example.com/blog&#8217;);
    ?>

    Upload that to your theme directory, then proceed as stated above. Remove the file afterwards.

    From here your site seems to be up and running. At least something…

    Thread Starter MArjaaNi

    (@marjaani)

    Thanks a lot, but I tried and it doesn’t work. Probably I make a mistake, but I can’t find it.

    And I got so tired of trying, that I just made my blog all new! Was much quicker, although I lost all my posts.

    So, we can close this topic now.

    Thanks anyway.

    Okay.

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

The topic ‘Can not login anymore’ is closed to new replies.