Internal Server Error - htaccess
Solution 1:
the Header
directive is in the mod_headers
apache module. You need to make sure that module is loaded into the apache server.
Solution 2:
Steps to enable HEADERS modules
$ cd /etc/apache2/mods-available
$ sudo a2enmod headers
$ /etc/init.d/apache2 restart