Hi there,
Have you replaced all the url in the database with the new URL i.e http://www.urbancloset.es/labatida.es to http://www.labatida.es.
And also please make sure the htaccess file is writable before updating the permalink structure else you can update the htaccess file manually too.
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 🙁
Hi there,
When you change your site url or domain for the same wordpress setup, you will need to change the SITE_URL and HOME_URL in the options table.So please check your options table in the database.
Below url may help you.
http://codex.ww.wp.xz.cn/Moving_WordPress
And if there is an htaccess file in your root then you can just copy that file in your addon domain folder too.Since both are separate domain, same htaccess rule may work for both the site.
Thanks.
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