Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка 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.

Featured Replies

Posted

Версия IPB 3.3.4
 
Проблема в том, что не генерируцются т.н. "friendly URL"
Опция в админке включена, использование .htaccess включено, сам файл есть его содержимое:

 


<IfModule mod_rewrite.c>

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>

 

Кэш обновляла, и глобальный и furl. На ссылки эта процедура никак не влияет, ссылки так и остаются какими были до включения. В чем еще может быть проблема?

Edited by sheel

  • Author

файл furlCache.php формируется почти пустой:

 

<?php
/**
 * FURL Templates cache. Do not attempt to modify this file.
 * Please modify the relevant 'furlTemplates.php' file in /{app}/extensions/furlTemplates.php
 * and rebuild from the Admin CP
 *
 * Written: Sat, 09 Mar 2013 10:48:26 +0000
 *
 * Why? Because Matt says so.
 */
 $templates = array (
  '__data__' =>
  array (
    'start' => '-',
    'end' => '/',
    'varBlock' => '/page__',
    'varSep' => '__',
  ),
);

?>

  • Author

 с видом я думаю разберусь, это ведь нужно будет править файлы furlTemplates.php каждого приложения.

Мне бы сейчас разобраться, почему при обновлении FURL кэша файл furlCache.php такой маленький, на тестовом пустом сайте он гораздо больше и ссылки красивые формируются.

  • 8 years later...
В 11.03.2013 в 23:56, Respected сказал:

какого вида URL ты хочешь получить в итоге? 

Вот так /topic/23950-sayt-ochen-dolgo-zagruzhaetsya/  как прописать чтоб было ? Если включаю ЧПУ через админку, то у меня кирилица  /topic/29-основные-правила-раздела/ Я так понимаю, что нужно в .htaccess прописывать ?

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.

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.