Not all pages that _could_ exist _do_ exist. If you follow a hyperlink to a nonexistent but plausible page, TwicI will show you this page. If you think this might be how you got here, it would be helpful if you backed up and fixed the link, or notified someone else who might be able to do so. Thanks. Of course, if you came here from Google or something, there's nothing you can do. If you came here by mangling a view URL and missing, then you = lam3r, and the WikiTitleSearch feature or the portal page may be of use to you. Anyway, now that you're here, you probably want to find something you want. Your best bets are to use the WikiTitleSearch, to check out the CategoryCategory or IndexIndex pages, or just plain start from the FrontPage. Or just wait for Google to reindex us. This does have the slightly crappy side-effect that Google will think that we have lots of pages with the same content as this page, under any random wrong names it comes across. TwicI sends a URI HTTPHeader pointing to the PageNotFound page along with any PageNotFound messages, but that's probably not enough. The best solution would be to send back a 404 error code, but i don't think that's possible with CGI. The best thing might be to send a noindex directive and a redirect. _[LR] Then I think you need to read the CGI spec more carefully :-) http://hoohoo.ncsa.uiuc.edu/cgi/out.html : Under "parsed headers"_ Status This is used to give the server an HTTP/1.0 status line to send to the client. The format is nnn xxxxx, where nnn is the 3-digit status code, and xxxxx is the reason string, such as "Forbidden". CategoryWiki