WAMP not sending file headers (content-type) correctly
- by Industrial
Hi!
I cant get a PHP file to send correct headers at my WAMP server. Wouldn't be a problem normally except that is phpMyAdmin that is freaking out right now.
Here's the row that the file that merges the css files together in phpmyadmin uses to send the output as CSS.
header('Content-Type: text/css; charset=UTF-8');
I have also putted a .htaccess file in the phpmyadmin directory:
AddType text/css .css
Neither is working. What can I do to make sure that this file is interpreted as a CSS by firefox?