2 lturner Jun 05, 2009 10:43Hi Looking at the source of your blog, the base element still seems to be pointing to a sub folder: <base href="http://wildtochild.com/evanjohan/blogs/skins/pixelgreen/" /> When you moved the files to root did you also change your $baseurl setting in your config file? If not, open up /conf/_basic_config.php and change it to the root of your site: $baseurl = 'http://www.wildtochild.com/'; Cheers Lee
3 evanjohan Jun 08, 2009 19:28Perfect. I figured it was something simple like that but for the life of me I couldn't find the code. Thanks again.
Hi
Looking at the source of your blog, the base element still seems to be pointing to a sub folder:
<base href="http://wildtochild.com/evanjohan/blogs/skins/pixelgreen/" />
When you moved the files to root did you also change your $baseurl setting in your config file?
If not, open up /conf/_basic_config.php and change it to the root of your site:
$baseurl = 'http://www.wildtochild.com/';
Cheers
Lee