Posted 9 марта, 201311 yr comment_23152 Версия 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 9 марта, 201311 yr by sheel Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/ Share on other sites Больше вариантов
9 марта, 201311 yr comment_23153 поиск рулит Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23153 Share on other sites Больше вариантов
9 марта, 201311 yr Author comment_23157 благодарю за столь содержательный ответ. писать не лень было? Edited 9 марта, 201311 yr by sheel Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23157 Share on other sites Больше вариантов
10 марта, 201311 yr Author comment_23236 файл 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' => '__', ), ); ?> Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23236 Share on other sites Больше вариантов
11 марта, 201311 yr comment_23491 sheel,какого вида URL ты хочешь получить в итоге? Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23491 Share on other sites Больше вариантов
12 марта, 201311 yr Author comment_23509 с видом я думаю разберусь, это ведь нужно будет править файлы furlTemplates.php каждого приложения. Мне бы сейчас разобраться, почему при обновлении FURL кэша файл furlCache.php такой маленький, на тестовом пустом сайте он гораздо больше и ссылки красивые формируются. Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23509 Share on other sites Больше вариантов
12 января, 20222 yr comment_176437 В 11.03.2013 в 23:56, Respected сказал: какого вида URL ты хочешь получить в итоге? Вот так /topic/23950-sayt-ochen-dolgo-zagruzhaetsya/ как прописать чтоб было ? Если включаю ЧПУ через админку, то у меня кирилица /topic/29-основные-правила-раздела/ Я так понимаю, что нужно в .htaccess прописывать ? Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=176437 Share on other sites Больше вариантов
12 января, 20222 yr comment_176438 vitaliitihanov https://ipbmafia.ru/topic/22841-friendly-url-translit/?do=findComment&comment=176400 Link to comment https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=176438 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.