On Mon, 27 Dec 2004 14:15:27 +0800, Cong Chinh Nguyen contacted@gmail.com wrote:
Yes I am using rewrite rules And I already excluded template and image folders from being rewritten Here is my config
LocalSettings.php $wgScriptPath = ""; $wgScript = "$wgScriptPath"; $wgArticlePath = "$wgScript/$1";
$wgScript _must_ point at index.php, i.e.:
$wgScriptPath = "/wiki"; $wgScript = "$wgScriptPath/index.php"; $wgArticlePath = "/$1";
Kate.
mediawiki-l@lists.wikimedia.org