XF 1.5 Not Found

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

hirowatch

Заблокирован
Сообщения
742
Реакции
768
Баллы
1,875
The requested URL /account/alerts-popup was not found on this server.
 

Вложения

  • vU5u2lP-OfU.jpg
    vU5u2lP-OfU.jpg
    92.5 KB · Просмотры: 24
stims x original, в описание же написано, что да как. Еще обратите внимание на .htaccess
Код:
    #    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
 
Последнее редактирование:
Slowpoked, то есть надо прописать в .htaccess
Код:
    #    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
 
stims x original,

PHP:
Options -Indexes

<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
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>
 
Какой проблемы?
not found но я уже решил! Спасибо что откликнулись! Сейчас у меня вопрос где в скрипте найти файл что бы разместить счетчик что бы он отображался на всех страницах?
 
not found но я уже решил! Спасибо что откликнулись! Сейчас у меня вопрос где в скрипте найти файл что бы разместить счетчик что бы он отображался на всех страницах?
Один вопрос - одна тема. И явно не эта.
 
Статус
В этой теме нельзя размещать новые ответы.
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу