you will need reset your urls back you will find instructions here
you need open functions.php in working theme and then FTP to the site, and get a copy of the active theme’s functions.php file. You’re going to edit it in a simple text editor (like notepad) and upload it back to the site.
Add these two lines to the file, immediately after the initial “<?php” line.
update_option('siteurl','http://example.com/blog'); update_option('home','http://example.com/blog');
Use your own URL instead of example.com, obviously. and then save the file and upload it back.
Load the login or admin page a couple of times. The site should come back up. 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.
Moderator
t-p
(@t-p)
You’ll have to access your WordPress database via phpMyAdmin and manually change the siteurl and home values back.
ALWAYS BACKUP YOUR DB BEFORE TOUCHING IT
When you’re done, follow these guides to move WordPress.
http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site
http://codex.wordpress.org/Moving_WordPress
http://codex.wordpress.org/Changing_The_Site_URL
There are different ways and what I posted one of them to reset urls
Thanks folks, but I believe that I need a lot more handholding. The wordpress site was my FTP. I have no clue how to access phpMyAdmin.
Moderator
t-p
(@t-p)
The wordpress site was my FTP
.
are you hosting your blog on wordpress.com?
No. Godaddy is the host and wordpress 3.0.1 was mu publisher and ftp.
I have video on my website to guide you how reset urls
I would use function way as it may different mysql on Go Daddy from what you will see on video.
govpatel, thank you. However, i still do not know how to get to and open my phpMyAdmin database. That seems to be my core problem. Yes, I am more lost than most for some reason.
Thank you, I finally removed my head from my, …well you get the idea…, and went to phpMyAdmin at godaddy, found the database, made the fix, and I am back in business. Thank you govpatel and t-p.
You are welcome now you learned something new but in database its best to make backup and then make changes as with database there no way to come back and that backup copy helps a long way.
As everything is saved in database your settings your posts and pages and all the rest.