logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$20
Accidentally changed site URL

Hi there! I changed my site URL, and as you can imagine my site no longer appears at the old URL. The information is still on the server, but I have no inerface to change the URL and address back to the original settings.

I didn't install the wordpress site so my knowledge is limited, and the help files were a bit over my head.

Help me get my site back and I will reward you handsomely. :)

This question has been answered.

Tracy Rocca | 11/09/10 at 12:02pm Edit


(5) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    11/09/10
    12:09pm
    Andrzej Zglobica says:

    Hi, I can help you on this. Can you pls contact me on Skype or email? will send you the detilas

    • 11/09/10 12:13pm

      Andrzej Zglobica says:

      Prize seems to be good enough by the way.

  • avatar
    Last edited:
    11/09/10
    12:09pm
    Utkarsh Kukreti says:

    Add the following line to your wp-config.php file


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


    with example.com being your site's path.

  • avatar
    Last edited:
    11/09/10
    12:10pm
    Lee Rickler says:

    Various ways you can do this without admin access - http://codex.wordpress.org/Changing_The_Site_URL

  • avatar
    Last edited:
    11/09/10
    12:27pm
    Erez S says:

    Send me the username and password to the hosting and the old site url and I'll fix this for you

    • 11/09/10 12:12pm

      Erez S says:

      Or you can add this to your wp-config.php file in the beginning of the file:

      define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME']);
      define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME']);

  • avatar
    Last edited:
    11/09/10
    12:13pm
    John Cotton says:

    Have you tried sticking these two lines in your wp-config.php file?



    define('WP_HOME','http://YOUR_URL/');
    define('WP_SITEURL','http://YOUR_URL/');

This question has expired.



Erez S had additional discourse to offer.



Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.