@123milliseconds
What go daddy help say is:
you previously had a working blog that stopped working when you changed settings in your control panel for WordPress. Your modifications did not change your hosting environment, it changed the application's ability to function properly. This means you need to modify the control panel back to those original settings to restore the function of your blog. If you cannot remember what they were, you may want to install a second application of WordPress in your account, and migrate the content for your existing blog to it or use information from the WordPress Codex's site to help you try to repair the changes you have made. For example, their article at http://codex.wordpress.org/Moving_WordPress has information about how to move your files and database content for your blog to a new one, and also addresses what to do if you accidentally change your WordPress URL.
I modified the control panel back to the original settings ie http://arch1design.com/blog/, before I lost it
I changed URL to original in options Manage via phpMyAdmin and home.
Ive added addedthese two lines to your wp-config.php, where "example.com" is the NEW location of your site.
define('WP_HOME',''">http://arch1design.com/blog/');
define('WP_SITEURL','http://arch1design.com/blog/');
Still no luck
I cannot log on to my admin so cannot initiate the following:
wp-login.php can be used to (re-)set the URIs (Insert the following lines after
require( dirname(__FILE__) . '/wp-load.php' );
//FIXME: do comment/remove these hack lines. (once the database is updated)
update_option('siteurl', 'http://your.domain.name/the/path' );
update_option('home', 'http://your.domain.name/the/path' );
The only option looks like to do as they suggest and install a second application of WordPress in your account, and migrate
the content for your existing blog
Is this the best option and will the old links on other websites go to the new wordpress I set up?
Thanks for your help