Hi!
I changed my url, following these instruction:
http://codex.wordpress.org/Changing_The_Site_URL
The url changed, but the css and theme didn't follow. What do I do to get it back?
Thanks,
Dorothea
Hi!
I changed my url, following these instruction:
http://codex.wordpress.org/Changing_The_Site_URL
The url changed, but the css and theme didn't follow. What do I do to get it back?
Thanks,
Dorothea
View the source on your page and see where it's looking for your CSS.
Which site URL change did you do? Just moving a folder or to a new domain or what?
Looks like the right CSS in the source.
I changed the url from: drfo.dk/wordpress to drfo.dk
Even more strange. In firefox it looks right, but in safari it comes without css.
Dump Safari's cache.
Looks fine on Chrome, so odds are Safari's holding on to something.
Failing that, you may need to put in a redirect to tell browsers 'When you go to wordpress, go here instead.'
It'd be something like this:
RewriteRule ^/wordpress/(.*)$ http://drfo.dk/$1 [L,R=301]Thanks for checking on chrome!
Will try to figure out why Safari don't wanna work! :-)
Clicked on Safari menu and select Empty Cache and empty. Worked!
This topic has been closed to new replies.