Posted: Fri Aug 11, 2006 9:50 am
Hi Jeff!
You are right on track about the text/html thing!
BUT in fact serendipity is loading the serendipity.css.php file via include in the index.php script, and that file is setting a header('Content-Type: text/css').
Now, sine this header is not present on your page it means that GoDaddy seems to block or remove custom HTTP headers completely! You are also missing all of the "X-Serendipity" headers! This seems to be the final problem of it all. However s9y needs to be able to set some headers like content-type to properly do some things, or it would lead to errors just like yours.
I'm still surprised though that the admin CSS loads, because it uses the same files. Maybe godaddy is doing some content analysis and thinks that the admin is really CSS because of some keywords?!
Best regards,
Garvin
You are right on track about the text/html thing!
BUT in fact serendipity is loading the serendipity.css.php file via include in the index.php script, and that file is setting a header('Content-Type: text/css').
Now, sine this header is not present on your page it means that GoDaddy seems to block or remove custom HTTP headers completely! You are also missing all of the "X-Serendipity" headers! This seems to be the final problem of it all. However s9y needs to be able to set some headers like content-type to properly do some things, or it would lead to errors just like yours.
I'm still surprised though that the admin CSS loads, because it uses the same files. Maybe godaddy is doing some content analysis and thinks that the admin is really CSS because of some keywords?!
Best regards,
Garvin