XF 1.5 Ошибка 500 Internal Server Error на первом этапе установки форума

Статус
В этой теме нельзя размещать новые ответы.

Wusa

Участники
Сообщения
3
Реакции
0
Баллы
1,698
Добрый день! Возникла необходимость установить форум на последней версии Xenforo (1.5.8), но столкнулся с ошибкой:
500 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@******.bget.ru to inform them of the time this error occurred, and the actions you performed just before this error.
На входе имеем:
1. Бесплатный хостинг на сайте bget()ru
2. Минимум доступных настроек в секции phpMyAdmin (все опции настроек выведены на скриншоте):
sql_operation.png
3. Файлы форума размещены следующем образом:
1_structure.png
2_structure.png
4. Содержимое файла .htaccess:
Код:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /l9260048.bget.ru

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data|js|styles|install) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

</IfModule>

Собственно, вопрос: как можно побороть данную ошибку, правильно ли я залил файлы форума и какое должно быть правильное содержание файла .htaccess ?
 
Последнее редактирование:
Wusa, здравствуйте. Всё же есть на форуме, по ищите, там более подробно всё описано как и что делать. А так:
1. Сделайте копию .htaccess на ПК и удалите его с FTP.
2. Выставьте права на папки: data , internal_data , library , install - 777.
Всё. Пробуйте.
Ах да, форум у вас вроде как должен быть в следующем пути: /public_html/ваш_форум
 
Последнее редактирование:
Содержимое оригинального файла таково:
Код:
#    Mod_security can interfere with uploading of content such as attachments. If you
#    cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
#    SecFilterEngine Off
#    SecFilterScanPOST Off
#</IfModule>

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default

<IfModule mod_rewrite.c>
    RewriteEngine On

    #    If you are having problems with the rewrite rules, remove the "#" from the
    #    line that begins "RewriteBase" below. You will also have to change the path
    #    of the rewrite to reflect the path to your XenForo installation.
    #RewriteBase /xenforo

    #    This line may be needed to enable WebDAV editing with PHP as a CGI.
    #RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -l [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ - [NC,L]
    RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
    RewriteRule ^.*$ index.php [NC,L]
</IfModule>
Заливать прям в таком виде?
 
Статус
В этой теме нельзя размещать новые ответы.
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу