Hey guys i really need your help on this
i accidently changed my WordPress Blog URl and Adress under "General Settings" now i cannot log into the admin panel and change it back..
so basically my blog is crashed...
how can i change it back manual?
Hey guys i really need your help on this
i accidently changed my WordPress Blog URl and Adress under "General Settings" now i cannot log into the admin panel and change it back..
so basically my blog is crashed...
how can i change it back manual?
Read this carefully, then pick one of the methods:
http://codex.wordpress.org/Changing_The_Site_URL
Edit wp-config.php
It should be possible to fix the site URL using a new feature -
Add these two lines to your wp-config.php, where "example.com" is the NEW location of your site.
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
That should be it. If it worked, stop reading this page now.
Thanks filosofo for the fix, implemented in 2.2.
which place should i add those lines?
tahnks very much it is resolved now!!!!!!!!!!!!
This topic has been closed to new replies.