Hi!
I put the .htacces and nothing happens (good of bad, so it’s ok to me).
Then I change the SITE_URL and HOME_URL
UPDATE wp_options SET option_value = replace(option_value, ‘http://www.urbancloset.es/labatida.es’, ‘http://www.labatida.es’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.urbancloset.es/labatida.es’, ‘http://www.labatida.es’);
Now is more broken than ever and I can’t log.
http://www.labatida.es
I suppose I did it wrong, but http://codex.ww.wp.xz.cn/Moving_WordPress didn’t help.
I have the same problem in all my addon domain, I know I’m not doing somthing important, I really need to know what’s happening.
Thanks
Hi there!
Thanks for the reply!
How can I replace it at the Database? It’s the first time I have to do that.
I have no .htacces at the addon domain folder. I try to create one but I don’t know code was ok, so at last I don’t use it. The root has one and is writable, I see it change when I start to use the addon domain.
So I’m stuck with that 🙁