Theme Path! Important!

Permalink
Hey Guys,

I'm using C5 and I need help. fast :(
Ok: I installed C5 on /_jfk/_jfk/ and after filling the content I changed the Path of my Domain from root to "_jfk/_jfk". In my base.php I changed it to: "http://". My problem: The Images out of the CSS file are missed. (sorry - my english is not so good right now.)

http://www.jf-kupferdreh.de You'll see that the path of the images is wrong.

WRONG -> url("/_jfk/_jfk/concrete/themes/default/images/bgimage.png")

CORRECT -> url("/concrete/themes/default/images/bgimage.png")

could you help me please?

Thanks!

 
Pritam replied on at Permalink Reply
I dunno if , I am able to understand your issue correctly.

Have you placed your theme within the \themes folder or is it within \concrete\themes.

Your newly created theme should be placed within \themes folder.
naggison replied on at Permalink Reply
Thanks for answering but I simply changed if ($config_check_failed) {
// we define URL_REWRITING to be false
define('URL_REWRITING', false);
}

into

if ($config_check_failed) {
// we define URL_REWRITING to be false
define('URL_REWRITING', true);
}


... it works!

Thanks!