diff -r 35ed07abc99e -r 2220bab5c784 includes/paths.php --- a/includes/paths.php Mon Jan 21 11:05:16 2008 -0500 +++ b/includes/paths.php Mon Jan 21 15:38:50 2008 -0500 @@ -482,6 +482,11 @@ exit; } $ret = $_GET['title']; + if ( substr($ret, 0, strlen($this->nslist['Special'])) === $this->nslist['Special'] || + substr($ret, 0, strlen($this->nslist['Admin'])) === $this->nslist['Admin'] ) + { + list($ret) = explode('/', $ret); + } } elseif(isset($_SERVER['PATH_INFO'])) {