SVN commit 810926 by uwolfer: put 404 handler to the correct place M +0 -3 media/404.php M +3 -0 sites/developer/404.php --- trunk/www/media/404.php #810925:810926 @@ -126,9 +126,6 @@ $handler->add("/kdebuttons/kdebuttons.html", "/stuff/clipart.php"); $handler->add("/thanks_pp.html", "/support/thanks_pp.html"); $handler->add("/whatiskde/join.php", "http://www.kde.org/support/"); -$handler->add("/documentation/library/", "http://api.kde.org/"); -$handler->add("/documentation/library/3.5-api.php", "http://api.kde.org/"); -$handler->add("/documentation/library/svn-api.php", "http://api.kde.org/"); // // redirect whole subdirs, will be tried last ;) --- trunk/www/sites/developer/404.php #810925:810926 @@ -79,6 +79,9 @@ $handler->add("/tools/index.html", "http://techbase.kde.org/Development/Tools"); $handler->add("/tools/analysis.html", "http://techbase.kde.org/Development/Tools"); +$handler->add("/documentation/library/", "http://api.kde.org/"); +$handler->add("/documentation/library/3.5-api.php", "http://api.kde.org/"); +$handler->add("/documentation/library/svn-api.php", "http://api.kde.org/"); $handler->addDir("/source", "http://techbase.kde.org/Getting_Started/Build"); $handler->addDir("/source/codebrowsing.html", "http://techbase.kde.org/Getting_Started/Build");