Apache - Ubuntu - Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Apache - Ubuntu - Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

Ошибки в apache вида:

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

Означает, что не включен модуль для Rewrite правил. Подключить для Ubuntu можно командами:

# a2enmod rewrite
# systemctl restart apache2

Должен появится файл для подгрузки модуля в директории:

# cat /etc/apache2/mods-enabled/rewrite.load
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so