[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: [OT] two domains and one ip / apache [ css weirdness ]



mmm, must say that the html code has been verified to work,

afraid this is some 'feature' in apache :(

J.L.

-----Original Message-----
From: Michal F. Hanula [mailto:frankie@tristvrte.sk]
Sent: Tuesday, January 16, 2001 5:21 PM
To: Casey Webster
Cc: Joris Lambrecht; ktb; debian-user@lists.debian.org
Subject: Re: [OT] two domains and one ip / apache [ css weirdness ]


On Tue, Jan 16, 2001 at 10:09:18AM -0600, Casey Webster wrote:
> I'm not familiar with style sheets, but if they have a specific extensions
> (.css?), you prog need to setup a handler for it in httpd.conf, i'm not
> sure the exact syntac you would need to enable them, but here's what ia
> have to setup SSI and PHP4:
> 
>     AddType text/html .shtml
>     AddHandler server-parsed .shtml
>     AddHandler server-parsed .htmlAddType application/x-httpd-php .php
>     AddType application/x-httpd-php-source .phps
>     AddType application/x-httpd-php .php3
>     AddType application/x-httpd-php .phtml
>     AddType application/x-hhtpd-php .php4
> 
> The line you want is prob along the lines:
>  
>     AddHandler ????? css
> 
> but as i'm not very familiar with style sheets, hopefully someone else
> here can clarify a bit better
> 
> -Casey
> 
AFAIK stylesheets are processed by the client's web browser - you don't
need a special handler for them. Check whether the stylesheets are on the 
site, whether the URL in <link rel="stylesheet"...> is correct (just give
the URL to your browser)... 
				Miso&Frankie
-- 
Nietzche is dead.



Reply to: