Добрый день. Хочу сделать красивые url на сайте. Потому что сейчас они выглядят ужасно (/index.php?route=product/product&path=18&product_id=65). Перечитал массу обучений. Везде требуется вставлять в файл .htaccess следующий код:
Options +FollowSymlinksRewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?*$ index.php?_route_=$1 [L,QSA]
AllowOwerride All
Но после его добавления сайт перестает функционировать. Вылетает ошибка следующего содержания:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
[email protected] 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.
Apache/2.2.3 (CentOS) Server at fishing-trade.com Port 80
В настройках я выставил нужные параметры ЧПУ. В данных товара прописываю SEO URL. Так что загвоздка остается только в файле .htaccess. Помогите, пожалуйста, что мне делать? Версия OpenCart 1.5.4.1