Файл .htaccess вызывает внутреннюю ошибку сервера

URL моего сайта http://localhost/Apps/index.php; работает нормально без .htaccess файл, но когда я добавляю .htaccessЯ получаю следующую ошибку:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] 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.

мой .htaccess код файла

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?url=$1 [L, QSA]

Журнал ошибок PHP:

[18-Oct-2014 10:32:34 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_ldap.dll' - The specified module could not be found. in Unknown on line 0

Apache error.log:

[Sat Oct 18 06:51:11.609106 2014] [core:alert] [pid 3068:tid 960] [client ::1:3539] C:/wamp/www/Apps/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

Я использую сервер WAMP. Мой каталог файлов: C: \ wamp \ www \ Apps \ index.php. В папке Apps также содержится файл .htaccess.

0

Решение

Это mod_reqrite активируется?
Если нет, сделайте это в вашем httpd.conf, добавив или изменив это:
LoadModule rewrite_module modules/mod_rewrite.so
Еще проверьте ваши логи и добавьте их в свой пост.

0

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]