Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mod_rewrite под Nginx

Опубликовано:

Всех приветствую!

 

Перешел с Apache на FastCGI (Nginx + PHP-FPM)

Настроил ssl в конфиге nginx, подключил http2 и отключил в админцентре mod_rewrite.

В итоге, сайт получил ощутимый прирост скорости загрузки страниц.

Но появилась проблема проблема с ссылками.

Так как .htaccess теперь не задействован, то mod_rewrite не работает.

Ссылки с поисковых систем теперь ведут прямиком в ошибку 404 nginx.

Как сделать rewrite под ngnix?

Рекомендованные сообщения

Опубликовано:
  • Автор

Заменил

 

location / {
       location ~ [^/]\.ph(p\d*|tml)$ {
           try_files /does_not_exists @php;
       }
   }

 

 

На

 

location / {
           try_files $uri $uri/ /index.php; 
       location ~ [^/]\.ph(p\d*|tml)$ {
           try_files /does_not_exists @php;
       }
   }

 

Результат тот же, ссылки имеют такой вид https://mydomen.ru/index.php?/forums/...

Опубликовано:
  • Автор

Проблема решена. Оказалось, нужно было в админцентре включить обратно настройку mod_rewrite.

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.