Hi gang:

I embedded php code inside css and changed my .htaccess to read --

<FilesMatch "\.(htm|html|css)$">
 SetHandler application/x-httpd-php
</FilesMatch>

-- so that the css file would be processed and executed by php. The end result was that everything worked and did what I wanted.

However, FireFox / Mozillia won't accept a css file if a .htaccess file reads as indicated above.

Any ideas as to how to get FireFox to play nice?

Thanks in advance for any replies.

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to