Skip to content

Как убрать "page/articles.html/_/" в адресной строке IPB 3.4.1

Я, наверное, не первый задаю этот вопрос, но теме про ЧПУ ответа не нашел.

 

Мне нужно исправить ссылки в IP.Content с таких:

http://название_сайта/page/articles.html/_/название раздела

на такие

http://название_сайта/page/название раздела

 

Я уже настроил htaccess для форума,

 

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} .*\.(jpeg|jpg|gif|png)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /public/404.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

 

Подскажите, плиз, что нужно дописать, чтобы добиться такого же эффекта с IP.Content.

 

PS Стартовая страница сайта - форум, а не Content

Featured Replies

No posts to show

Create an account or sign in to comment

Account

Navigation

Search

Search

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.