Кидаю файлы CMS Joker Board 3, открываю сайт и вот что пишет:
----------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@site.ru 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.
----------------------------------
Как я понимаю вся проблема в .htaccess, если закомментировать строки:
#php_flag register_globals off
#php_flag magic_quotes_gpc off
#php_flag magic_quotes_runtime off
#php_flag display_errors off
#php_value display_errors 1
#php_value error_reporting 2047
то скрипт работает не корректно..
----------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@site.ru 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.
----------------------------------
Как я понимаю вся проблема в .htaccess, если закомментировать строки:
#php_flag register_globals off
#php_flag magic_quotes_gpc off
#php_flag magic_quotes_runtime off
#php_flag display_errors off
#php_value display_errors 1
#php_value error_reporting 2047
то скрипт работает не корректно..