By mistake I changed my blog address in the general settings and i can't log into my wordpress account.
I only have access to ftp and I found a solution from "http://www.velvetblues.com/web-developm… but cant seem to get it to work :/
I'm suppose to put that code in my functions file.
<?php
update_option(’siteurl’,'http://www.example.com’);
update_option(’home’,'http://www.example.com’);
?>
I think I'm just putting the url's in wrong.
I changed my blog address to "my url" (before it was "myurl/wordpress")
by mistake...am I suppose to use the one i changed it two or the original url.
I just have no idea what urls to use, so I really need help!!!
Thanks!!