БлагоЯр
Участник
- Сообщения
- 898
- Реакции
- 86
Распаковал на хостинг. Захожу на поддомен, получаю данную ошибку.
Содержание .htaccess
Apache | 2.4.29-1ubuntu4.13 |
MySQL | 5.7.30-0ubuntu0.18.04.1 |
PHP | 7.1.33 (alt) |
Perl | 5.26.1-6ubuntu0.3 |
CSBans | 1.3 |
Содержание .htaccess
Конфигурация Apache:
php_flag display_errors Off
php_flag session.cookie_httponly On
AddDefaultCharset UTF-8
Options -Indexes +FollowSymLinks
RewriteEngine on
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php