Actually, I just fixed the problem yesterday

There was a

<File *>
ForceType........
</File>

or something in the .htaccess (syntax is probably wrong, but you get the
idea) which was forcing all files to be sent out as text/html

Removed this, and now everything works like it's supposed to. 

I must have looked at that 30 times.....>:(

Thanks.

On Wed, 2006-09-13 at 14:42 -0400, Joshua Slive wrote:
> On 9/13/06, Jesse C Cronce <[EMAIL PROTECTED]> wrote:
> > I am having a strange css typing problem. When I call @import "file.css"
> > the header which I get from LiveHTTPHeaders (after the GET request)
> > shows the Content-Type as text/html. When I try to load the css file
> > directly, I get the same.
> >
> > I am using Apache 2.2.3.
> >
> > In my mime.types file I have the line
> >
> > text/css                        css
> >
> > In http.conf I have the line
> >
> >     AddType text/css .css
> >
> > and I have the same line in the .htaccess file for the base directory of
> > this page. Any ideas ? I'm pretty stuck on this one.....
> 
> Can you give us a public URL that shows the problem so we can check ourselves?
> 
> Joshua.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to