Jump to content

Featured Replies

Версия 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

Link to comment
https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/
Share on other sites

благодарю за столь содержательный ответ. писать не лень было?

Edited by sheel

Link to comment
https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23157
Share on other sites

файл 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

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

Link to comment
https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23491
Share on other sites

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

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

Link to comment
https://ipbmafia.ru/topic/3280-ne-rabotayut-chpu/?&do=findComment&comment=23509
Share on other sites
  • 8 years later...
В 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

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.