tags:

views:

383

answers:

3

Hello everyone. I'm having a problem whit this website i'm building - www.bodyheat.uk.com .

The first page (home) appears as i "wrote" in the css, but in the other ones the webpage it seems that the webpage cant call the css.

Anyone can help me on that?

TRICAT answered this

"You must have the base of your urls in the pages wrong because the css and js are using a relative url including the name of the page.. /joomla/index.php/templates/system/css/system.css And obviously it should be: /joomla/templates/system/css/system.css The www.bodyheat.uk.com works because it doesn't have a page name behind the url."

But where I can change it? In what file? configuration? I saw what you said but dont know where to go to change it :(

THANKS ALL!!

+1  A: 

You must have the base of your urls in the pages wrong because the css and js are using a relative url including the name of the page..

/joomla/index.php/templates/system/css/system.css

And obviously it should be:

/joomla/templates/system/css/system.css

The www.bodyheat.uk.com works because it doesn't have a page name behind the url.

tricat
But where i can change it? In what file? configuration? I saw what you said but dont know where to go to change it :(
Try under "Global Configuration / Site / SEO settings" to disable all the options and see if the problem is still there.
tricat
A: 

thanks my dear

-----------Try under "Global Configuration / Site / SEO settings" to disable all the options and see if the problem is still there. – tricat Aug 9 at 18:33 -------------

 ......................working......................
shijo
A: 

I had this problem as well when I was creating a custom template. In the Global configurations, under SEO Settings, I turned OFF 'Search Engine Friendly URLs'. This fixed my problem.

Thanks!

BullFroGG