Beautifying URLs of MediaWiki

From LemonWiki共筆
Revision as of 10:22, 20 May 2007 by Planetoid (talk | contribs)
Jump to navigation Jump to search

<< MediaWiki 安裝紀錄

目的

目的: 美化MediaWiki的網址。網址由http://en.wikipedia.org/w/index.php?title=Republic_Day 改為 http://en.wikipedia.org/wiki/Republic_Day


修改方式

修改LocalSettings.php

$wgScriptPath	    = "/w";
$wgArticlePath      = "/wiki/$1";

修改 .htaccess

RewriteEngine on
 
# do the rewrite
RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]

參考:

適用環境

  • 伺服器軟體: Apache/1.3.33 (Unix) + Apache Rewrite Engine
  • MediaWiki: 1.5.6