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

2009-08-23 Thread Jim Lucas
Ralph Deffke wrote: Hi folks, i did post this also on the Wamp page but maybe someone out there had to solve that problem as well. systems involved Firefox 3.0.13 Firefox 3.5.2 IE 6 Wamp: apache 2.2.11 PHP 5.2.9 & php 5.3 I do parse css files through php If you state that they have not PHP

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

2009-08-23 Thread LinuxManMikeC
Try this at the beginning of each css file? On Sun, Aug 23, 2009 at 5:49 AM, Ralph Deffke wrote: > Hi folks, i did post this also on the Wamp page but maybe someone out there > had to solve that problem as well. > > systems involved > > Firefox 3.0.13 > Firefox 3.5.2 > IE 6 > > Wamp: > apache 2.

[PHP] Can't find the server path when, in http.conf, using Alias and DirectoryIndex

2009-08-23 Thread Paul Gardiner
I want to write a simple indexing script to display a directory full of photos as a gallery of thumbnails. (There are various solutions out there for this, but they're all a bit more complicated than I need). I've added a file in /etc/apache2/conf.d that looks like this: Alias /photos /home/publ

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

2009-08-23 Thread Gary
; is important for my work to create css dynamicly > > ralph_def...@yahoo.de > > > > __ Information from ESET Smart Security, version of virus > signature database 4360 (20090823) __ > > The message was checked by ESET Smart Security. > > http://www.eset

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

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

2009-08-23 Thread Ralph Deffke
Hi folks, i did post this also on the Wamp page but maybe someone out there had to solve that problem as well. systems involved Firefox 3.0.13 Firefox 3.5.2 IE 6 Wamp: apache 2.2.11 PHP 5.2.9 & php 5.3 I do parse css files through php Problem: css files are loaded into the browsers but not int

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

2009-08-23 Thread Ralph Deffke
Hi folks, i did post this also on the Wamp page but maybe someone out there had to solve that problem as well. systems involved Firefox 3.0.13 Firefox 3.5.2 IE 6 Wamp: apache 2.2.11 PHP 5.2.9 & php 5.3 I do parse css files through php Problem: css files are loaded into the browsers but not int