diff -r a007145a0ff6 -r 6c7060d36a23 includes/pageprocess.php --- a/includes/pageprocess.php Mon Dec 03 17:36:25 2007 -0500 +++ b/includes/pageprocess.php Mon Dec 03 18:45:37 2007 -0500 @@ -232,7 +232,16 @@ echo $text; $this->footer(); - + } + else if ( $this->namespace == 'Anonymous' ) + { + $uri = scriptPath . '/' . $this->page_id; + if ( !$this->send_headers ) + { + $sep = ( strstr($uri, '?') ) ? '&' : '?'; + $uri .= "{$sep}noheaders"; + } + redirect( $uri, '', '', 0 ); } else if ( !$this->page_exists ) {