Forums / Templates, Stylesheets, Page Layout / New install CSS not working with default

New install CSS not working with default

Locked
Results 1 to 7 of 7
This thread is locked. New replies are disabled.
04 Nov 2006, 15:28
#1
nouvel_amour avatar

nouvel_amour

New Zenner

Join Date:
Nov 2006
Posts:
3
Plugin Contributions:
0

New install CSS not working with default

HI all.. novice with Zen Cart.. just installed, with defaults, but the style sheet just wont show on the page??
I have made sure that it has been uploaded to the correct area.

http://www.nouvel-amour.co.uk/shop

It's doing my trolly in , any help would be great""

:D

Regards

Wayne
04 Nov 2006, 21:40
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: New install CSS not working with default

includes/templates/nouvel/css/stylesheet.css

Is the stylesheet being called on page load but this is the contents of the stylesheet.css located at this location:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>500 Internal Server Error</TITLE>
</HEAD><BODY>
<H1>Internal Server Error</H1>
The server encountered an internal error or
misconfiguration and was unable to complete
your request.<P>
Please contact the server administrator,
 [email protected] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.<P>
More information about this error may be available
in the server error log.<P>
</BODY></HTML>

It appears that this is not a complete enough stylesheet to actually apply any styling. Try for starters, copying the includes/templates/classic/css/stylesheet.css file to your includes/templates/nouvel/css/ folder and see if things do not improve.
You might also need to copy the /includes/templates/classic/images folder
05 Nov 2006, 08:35
#4
nouvel_amour avatar

nouvel_amour

New Zenner

Join Date:
Nov 2006
Posts:
3
Plugin Contributions:
0

Re: New install CSS not working with default

Thanks Guys...
It was the .htaccess file, I will have a tinker with the contents to see what needs changing

Nice to know there is knowledge with a smile out there

:smartass:
05 Nov 2006, 09:23
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: New install CSS not working with default

You're welcome.

As Vger has suggested in another post, simply changing <Files *.php> to <Files "*.php"> may be all that's needed for it to work smarter. If so, please post the details of your hosting configuration ... apache, php, operating system, etc so we can continue to narrow the list of affected configurations.
07 Nov 2006, 14:24
#6
nouvel_amour avatar

nouvel_amour

New Zenner

Join Date:
Nov 2006
Posts:
3
Plugin Contributions:
0

Re: New install CSS not working with default

DrByte:

You're welcome.

As Vger has suggested in another post, simply changing <Files *.php> to <Files "*.php"> may be all that's needed for it to work smarter. If so, please post the details of your hosting configuration ... apache, php, operating system, etc so we can continue to narrow the list of affected configurations.

:no:
Doh! Tried the above with <Files "*.php"> as soon as I rename back to .htaccess I loose the Stylesheet.

Server Host: () Database Host: mysql2.streamline.net (217.174.253.163) Server OS: Database: MySQL 4.0.20-standard Server Date: 11/07/2006 14:18:51 Database Date: 11/07/2006 14:18:51 Server Up Time:
PHP Version: 4.4.1 (Zend: 1.3.0)
HTTP Server: Apache/1.3.33

PHP Version 4.4.1

System Linux fhlinux182.fasthosts.co.uk 2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:17:59 EDT 2005 i686
Server API Apache

Grrrrrrrr:lamo:
07 Nov 2006, 15:21
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: New install CSS not working with default

Then you'll have to work with your host to find the proper way to secure those folders on their server.