Mot-clé - apache

Fil des billets - Fil des commentaires

Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

[core:alert] /var/www/mywebsite/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration

To simply solve this problem, use the following two commands for add the required and currently missing Apache module:

  1. a2enmod headers # Enabling headers Module
  2. apache2ctl restart # Restarting Apache

Lire la suite