Posiadam program do użytku wewnętrzego napisanego na zamówienie (php, sql). Chciałbym teraz go przenieść na serwer z wersją PHP 5.3 (program był napisany ok 3-4 lata temu, nie wiem na jaką wersję PHP).
Po przenisieniu wywala błąd:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at admin@example.com 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.
Po wykasowaniu pliku .htaccess błąd już się nie pojawia, ale wyświetla się pusta strona.
Plik wygląda następująco
Options +FollowSymLinks IndexIgnore */* RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php
Czy jest to wina pliku htaccess czy problemu trzeba szukać w innych plikach ?