<IfModule mod_mime.c>
# AddHandler application/x-httpd-php .css
Options Indexes FollowSymLinks Includes ExecCGI
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .css
php_value auto_prepend_file css-filter-start.php
php_value auto_append_file css-filter-end.php
php_flag zlib.output_compression On
</IfModule>
