A Chan wrote:
I recently upgraded from MediaWiki 1.1.0 to MediaWiki 1.4.0 and also migrated from Windows to Linux. The upgrade appears to have worked, but I do not see anything when I request index.php.
The following URL yields "page could not be displayed" in the browser: http://<myserver>/wiki/index.php
The corresponding entry in Apache's access_log shows: [29/Mar/2005:11:16:34 -0800] "GET /wiki/index.php HTTP/1.1" 301 -
That indicates it returned a '301 Moved Permanently' response, which is indeed a redirect.
Confirm that Apache's ServerName directive is not incorrect (for instance, "localhost"), which would send you to the wrong location when making redirects.
You can ease debugging of these kinds of problems by installing the Live HTTP Headers extension in Mozilla Firefox, with which it's fairly easy to see the actual headers returned. (http://livehttpheaders.mozdev.org/)
-- brion vibber (brion @ pobox.com)