Joomla 1.5 стоит на AppServ 2.5.9
Нужно поставить JoomSEF. При установке пакета выскочила ошибка, что мол не хватает памяти и ссылка на файл : libraries\joomla\language\language.php
После такой страницы сайт не работает, а именно пишет :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,**** and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
В файл логов есть такое :
[Wed Dec 01 20:17:00 2010] [alert] [client *******] ***/www/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Dec 01 20:17:00 2010] [alert] [client *******] ***/www/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://*****/
Включил в httpd.conf LoadModule rewrite_module modules/mod_rewrite.so, посредством раскоментирования.
Лимит загрузки в php.ini memory_limit = 128M . Литим загрузки в phpmyadmin : php_value memory_limit 16M
Файл .htaccess в корневом каталоге сайт выглядит так :
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
Что за бред? Ведь отвалился весь сайт, и phpmyadmin тоже. Как это исправить?