Restoring blog
-
Hi
I was messing with something I shouldn’t have messed with and ended up losing my blog. I changed both the
WordPress URL
Site address URLMy site stopped working so I found this article which helped me get the blog back on line
http://codex.ww.wp.xz.cn/Changing_The_Site_URLWhat I have done
I went into my Wp-config.php and pasted in the following after the define statementsdefine(‘WP_HOME’,’http://fablephotos.co.uk/wordpress’);
define(‘WP_SITEURL’,’http://fablephotos.co.uk/wordpress’);They are the original urls that I changed – The site now works!
However in the article it clearly states that they should be removed from the Wp-config.php file. When I do this the blog does not work again.
I have created a function.php and pasted the information into it as instructed and saved to the theme directory but I still lose the blog if I remove the ‘define’ statements from the wp-config.php
Can anybody please assist?
The topic ‘Restoring blog’ is closed to new replies.