Jump to content

Featured Replies

Добрый день!

Делаю правила редиректа для nginx 

   location /ru/forum {

        index index.php index.htm index.html;
        try_files $uri $uri/ /ru/forum/index.php?q=$uri&args;
        rewrite ^ /ru/forum/index.php? last;

}

После чего включаю в админке опцию Переписать ссылки.

Форум после этого работает 3-4 минуты, после чего php перестает отрабатывать. Подскажите где я ошибаюсь?

Link to comment
https://ipbmafia.ru/topic/12625-ips-4-i-nginx/
Share on other sites

Что лог ошибок php выдаёт?

Link to comment
https://ipbmafia.ru/topic/12625-ips-4-i-nginx/?&do=findComment&comment=94646
Share on other sites

location /ru/forum {
    try_files  $uri $uri/ru/forum /index.php;
}

location ~^(/page/).*(.php)$ {
     try_files  $uri $uri/ru/forum /index.php;
}

 

Может так?

Link to comment
https://ipbmafia.ru/topic/12625-ips-4-i-nginx/?&do=findComment&comment=94722
Share on other sites
  • 2 years later...

Перешел на nginx, столкнулся с аналогичной проблемой. При отключении ЧПУ - открывает все темы. При включении - not found.

Пользовался поиском, но варианты мне не  помогли. Есть мейби у кого-то актуальные реврайты?

Link to comment
https://ipbmafia.ru/topic/12625-ips-4-i-nginx/?&do=findComment&comment=141625
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.