Настройка pretty URL

Материал из SRNS
Перейти к: навигация, поиск
(Новая страница: «Задача решена в два действия. --more-- Первое: В LocalSettings.php: <souce lang="php"> ## The URL base path to the directory con...»)
 
Строка 5: Строка 5:
  
 
В LocalSettings.php:  
 
В LocalSettings.php:  
<souce lang="php">
+
<source lang="php">
 
## The URL base path to the directory containing the wiki;
 
## The URL base path to the directory containing the wiki;
 
## defaults for all runtime URL paths are based off of this.
 
## defaults for all runtime URL paths are based off of this.

Версия 12:34, 3 апреля 2011

Задача решена в два действия.

Первое:


В LocalSettings.php:

## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs please see:
## http://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath       = "";
$wgArticlePath = "/wiki/$1";
$wgUsePathInfo = true;
</souce>

Второе

В той же папке в .htaccess добавлено в конец:

<source lang="apache">
RewriteEngine On
RewriteRule ^wiki/(.*)$ /index.php?title=$1 [PT,L,QSA]
RewriteRule ^wiki/*$ /index.php [L,QSA]

[ Хронологический вид ]Комментарии

(нет элементов)

Войдите, чтобы комментировать.

Персональные инструменты
Пространства имён

Варианты
Действия
SRNS Wiki
Рабочие журналы
Приватный файлсервер
QNAP Сервер
Инструменты