Jump to content

Featured Replies

Posted
comment_94560

Добрый день!

Делаю правила редиректа для 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 перестает отрабатывать. Подскажите где я ошибаюсь?

comment_94722

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

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

 

Может так?

  • 2 years later...
comment_141625

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

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

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.