[PHP] Re: wierd behavior on parsing css with no php included

2009-08-23 Thread Gary
You have a path problem. The browser is looking for your file/// . Remove all but the folder and file information (that is if the css folder/file are in the root directory). So if your file looks like url(f/desktop/yourcomputer/mydocuments/sites/thissite/css/css.css), remove all but the c

Re: [PHP] Re: wierd behavior on parsing css with no php included

2009-08-23 Thread Ashley Sheridan
On Sun, 2009-08-23 at 14:29 +0200, Ralph Deffke wrote: > before you come up with how to send a header in php > > I'm TALKING ABOUT .CSS FILES NOT INCLUDING ANY PHP > > if you put this in httpconf > AddType application/x-httpd-php .css > the problem is caused > > > ""Ralph Deffke"" wrote in

[PHP] Re: wierd behavior on parsing css with no php included

2009-08-23 Thread Ralph Deffke
before you come up with how to send a header in php I'm TALKING ABOUT .CSS FILES NOT INCLUDING ANY PHP if you put this in httpconf AddType application/x-httpd-php .css the problem is caused ""Ralph Deffke"" wrote in message news:67.4f.03363.a1e21...@pb1.pair.com... > Hi folks, i did post t

[PHP] Re: wierd behavior on parsing css with no php included

2009-08-23 Thread Ralph Deffke
Yes, pasring .css is the problem, is there a way to tell php to send different headers based on the file extention of the file parsed ? should be, it worked on linux. ralph_def...@yahoo.de ""Ralph Deffke"" wrote in message news:67.4f.03363.a1e21...@pb1.pair.com... > Hi folks, i did post this al