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.
pgpmR5h544ZVB.pgp
Description: PGP signature

