- 10:15 Useful new toy .... jottit.com - sort of an incredibly minimalist blog #
- 10:15 Useful new toy .... jottit.com - sort of an incredibly minimalist blog #
Tags:
Just seen this on a mailing list:
To .htaccess, add:
Now, where's a nail I can test my nice new hammer on?
To .htaccess, add:
addtype x-httpd-php .cssTo your css files, add:
<? header('Content-Type: text/css');?> (corrected: thanks,There's one "feature" to look out for - these CSS files aren't cached, but generated each time they're served. You can either take advantage of this, or Do Stuff in httpd.conf to fix it....drplokta)
Now, where's a nail I can test my nice new hammer on?
Just seen this on a mailing list:
To .htaccess, add:
Now, where's a nail I can test my nice new hammer on?
To .htaccess, add:
addtype x-httpd-php .cssTo your css files, add:
<? header('Content-Type: text/css');?> (corrected: thanks,There's one "feature" to look out for - these CSS files aren't cached, but generated each time they're served. You can either take advantage of this, or Do Stuff in httpd.conf to fix it....drplokta)
Now, where's a nail I can test my nice new hammer on?
.