diff -r fad9bb5c094b -r 02d315d1cc58 includes/paths.php --- a/includes/paths.php Mon Jan 21 10:17:26 2008 -0500 +++ b/includes/paths.php Mon Jan 21 15:37:28 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'])) {