Get in touch
or send us a question?
CONTACT

500 Internal Server Error – Invalid command ‘Header’ in .htaccess

Enable header module using below command

sudo a2enmod headers

You have to restart your apache once you are done with enabling module

sudo service apache2 restart