I've got 3 virtualhost directives, and they each host .php and .html files without any problem. However, 2 of them don't seem to be serving .css files correctly. When I check the header response I get this message:
HTTP/1.1 302 Found
Date: Mon, 11 Apr 2011 14:42:05 GMT
Server: Apache/2.2.3 (CentOS)
Location: http://www.domain.com/index.php/results/404
Connection: close
Content-Type: text/html; charset=iso-8859-1
The responce that I get from the server that is serving them correctly looks like this:
HTTP/1.1 200 OK
Date: Mon, 11 Apr 2011 15:37:19 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Mon, 11 Apr 2011 14:49:52 GMT
ETag: "af002a-76d2-b0236400"
Accept-Ranges: bytes
Content-Length: 30418
Connection: close
Content-Type: text/css
I'm thinking that the mime.types file must be configured correctly, because there is one virtual server working correctly.
Any ideas on what I could be doing wrong?