Hi I have been trying so hard to do the following on htaccess but it does not seem to work.
can someone out there help me?
AddType application/x-httpd-
If you want to do this using just .htaccess configuration (who wants to set the headers in every PHP file?):
SetHandler application/x-httpd-php Header set Content-type "text/css" SetHandler application/x-httpd-php Header set Content-type "application/javascript"