A few months ago, I had some unfortunate events in my life.So, I didn't pay my host anymore - my ftp files are gone but I do have database backups. I used 2.3.3 even if 2.5 was available at that time, the 2.3.3 version was a sentimenal one for me, sort of...
OK, now, I install a fresh 2.6.3 wordpress - the database is being filled with tables, I delete them, I import my old database and... SURPRISE: whenever I test my blog in the address bar it automatically redirects me to another subdomain of mine even though I don't remember ever been doing any changes to my blog to another subdomain. I edited the database sql file, I looked for the subdomain URL and I found these lines:
INSERT INTOwp_optionsVALUES (1, 0, 'siteurl', 'http://subdomain.example.net', 'yes') ;
and
INSERT INTOwp_optionsVALUES (39, 0, 'home', 'http://subdomain.example.net', 'yes') ;
What do I do? If I correct those lines with the actual subdomain which used to be my blog, it only shows me the "nothing found" themes' page.
Again, how can I solve this?