Почему не работает перанаправления запросов на сервере WAMP с помощью файла .htaccess?
Реализовываю MVC на PHP, в среде NETBEANS, задача настроить сервер таким образом, чтоб все запросы перенаправлялись на файл index.php, rewrite_module включен, .htaccess помещен в каталог проекта.
Содержимое .htaccess следующие: AddDefaultCharset utf-8
RewriteEngine on
RewriteBase /Practika/
RewriteRule ^(.*) $ index.php
Сервер выдает ошибку:The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at wampserver@wampserver.invalid to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.