Thanks a LOT, it worked like a charm, just perfectly.
Seems a great plug-in, i see they have a vast number of downloads and positive comments.
Thanks, you saved my day.
Thanks Chris_K!!!
The link pointed to the solutions page, i had to ad the following lines to the wp-config.php file located in the root of my blog:
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
but at first it did not worked, i had to insert the full path to my blog:
define(‘WP_HOME’,’http://example.com/blog’);
define(‘WP_SITEURL’,’http://example.com/blog’);
Then i went to try to open my blog, and it worked again, and now i can login, so thanks to both of you.
I made backups of my db every single day, what can i do with it?