• I realize this sounds ludicrous, but I cannot locate my wordpress site I designed last week – dev.kellycleveland.com. I was in the process of changing dev.kellycleveland.com to http://www.kellycleveland.com, and now cannot find any way to access to my wp-admin site. WP won’t even accept any of the email/passwords I enter on the admin-login page.

    On Friday I went into the WP “Settings” page and changed the dev.kellycleveland.com to kellycleveland.com, which may have caused the problem.

    I tried accessing my admin site at http://dev.kellycleveland.com/wp-login.php but received the following error message…

    Forbidden
    You don’t have permission to access /kellycleveland/wp-login.php. on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Any suggestions on how to access my admin site?
    I understand just enough to make me dangerous with this, so please remember I am not a developer,just a designer.

    Thanks so much!!! I just want to get this thing live. 🙁

    E

Viewing 4 replies - 1 through 4 (of 4 total)
  • On Friday I went into the WP “Settings” page and changed the dev.kellycleveland.com to kellycleveland.com, which may have caused the problem.

    Almost certainly this did cause your problem.

    For the moment you are locked out of WordPress, so you have to access your site files using either your web host management file manager, or FTP.

    Temporarily put these lines into your “wp-config.php” file:

    define('WP_HOME','http://dev.kellycleveland.com');
    define('WP_SITEURL','http://dev.kellycleveland.com');

    NOW you can access your website, login, correct the settings in Dashboard > Settings > General
    Then remove the two temporary lines from wp-config.php

    Then follow these instructions on how to move your website:
    http://codex.wordpress.org/Moving_WordPress
    (a change of domain name is a move from WordPress point of view.)

    Your site wasn’t on WP.com, was it? If so, the good people over there are great at fixing these issues for you.

    @sunrader,
    I used a website: http://www.whoishostingthis.com/
    to establish he was with GoDaddy
    The site now seems to be up and running.

    Maybe the thread can be marked as resolved.

    @sunrader: it’s not possible to make dashboard URL settings changes like @incognitodesign did while at .com.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help moving domain to GoDaddy’ is closed to new replies.