https://bugzilla.wikimedia.org/show_bug.cgi?id=38013
--- Comment #6 from Krinkle <[email protected]> 2012-07-22 03:09:12 UTC --- (In reply to comment #5) > Anyway, there should be basically three pages only: > * missing.php - which handles wikis which do not exist (or: language code > exists for different project) > * default/index.html - which handles existing domains but without configured > server > * 404.html/php - which handles wrong paths on existing wikis > > It seems we are still using more than that, so some cleanup would be useful. Nope, that's all the error handling there is. Though they are very different. * wmf-config/404.php: File not found within an existing wiki (sub)domain. * wmf-config/missing.php: Language-code subdomain of wiki domain for which no database exists. * apache/docroot/default: Unconfigured or misconfigured domain name. I don't know of any other error handling, if there is, please open a bug. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
