1. Приветствуем Вас на неофициальном форуме технической поддержки XenForo на русском языке. XenForo - коммерческий форумный движок от бывших создателей vBulletin, написанный на PHP.

Не получается настроить ЧПУ в XenForo

Тема в разделе "Основные вопросы по XenForo", создана пользователем Sashok724, 11.10.2011.

Загрузка
  1. Sashok724

    Sashok724 Пользователь

    Регистрация:
    10.09.11
    Сообщения:
    33
    Симпатии:
    12
    Версия XF:
    1.0.4
    Помогите настроить ЧПУ, когда включаю, пишет
    Not Found
    The requested URL /forum/ was not found on this server.

    Модуль rewrite.so включен.

    Пробовал делать как тут, не получилось.

    Вот мой .htaccess
    Код:
    <IfModule mod_rewrite.so>
        RewriteEngine On
    
      Options +FollowSymLinks
    
        #    If you are having problems with the rewrite rules, remove the "#" from the
        #    line that begins "RewriteBase" below. You will also have to change the path
        #    of the rewrite to reflect the path to your XenForo installation.
        #RewriteBase /xenforo
    
        RewriteCond %{REQUEST_FILENAME} -f [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]
        RewriteRule ^(data/|js/|styles/|install/|favicon\.ico) - [NC,L]
        RewriteRule ^.*$ index.php [NC,L]
    
      RewriteCond %{THE_REQUEST} ^[A-Z]{3,20}\ /index\.php(.*)\ HTTP/
      RewriteRule ^index\.php$ http://blackcatmcserver.dyndns.org/$1 [R=301,L]
    </IfModule>
     

Поделиться этой страницей