Получение следующей ошибки
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@api.example.com.au 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Я запустил живой проект codeigniter, я обновил .htaccess, файл базы данных, файл конфигурации.
.htaccess файл содержит следующий код
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|css|js|images|robots\.txt)
RewriteRule ^(.*)$ index.php?$1 [L]
Options -Indexes
Проект Codeigniter находится внутри папки api.websiteName.com
и не находится в public_html
. Если я удаляю файл index.php и htccess и загружаю файл «index.html» для целей тестирования, то index.html работает нормально, ноКогда я загружаю обратно файлы index.php и .htaccess, он говорит, что внутренняя ошибка сервера 500. На один и тот же вопрос есть много ответов, я следовал за ответами и обновил файл .htaccess, но ничего не работает.Права доступа к папке установлены как 755, но по-прежнему возникает та же ошибка.Любая помощь будет высоко ценится.
Версия PHP выше, чем 5,6