// Fix old URLs: switch ($_SERVER["REQUEST_URI"]) { case "/fun/vorsatz/": header ("Location: http://steven.varco.ch/blog/2008-10-07/meine-vorsatze-furs-neue-jahr/",true,301); break; case "/fun/perfekte_frau/": header ("Location: http://steven.varco.ch/blog/2008-10-07/die-perfekte-frau/",true,301); break; case "/fun/bofh/": header ("Location: http://steven.varco.ch/blog/2008-10-07/bofh/",true,301); break; case "/fun/interview/": header ("Location: http://steven.varco.ch/blog/2008-10-07/die-damlichsten-interview-fragen/",true,301); break; case "/fun/fehlermeldungen/": header ("Location: http://steven.varco.ch/blog/2008-10-07/lustige-fehlermeldungen/",true,301); break; case "/fun/geschichten/": header ("Location: http://steven.varco.ch/blog/2004-04-10/lustige-geschichten/",true,301); break; case "/fun/msjokes/": header ("Location: http://steven.varco.ch/blog/2004-04-10/msjokes/",true,301); break; case "/fun/pics/": header ("Location: http://steven.varco.ch/blog/2008-10-07/funpics/",true,301); break; case "/fun/pics/garfield/": header ("Location: http://steven.varco.ch/blog/2008-10-07/garfield-comics/",true,301); break; case "/fun/pics/pcfreak/": header ("Location: http://steven.varco.ch/blog/2008-10-07/ct-schlagseite/",true,301); break; case "/fun/downloads/": header ("Location: http://steven.varco.ch/blog/2008-10-07/downloads/",true,301); break; case "/fun/posts/": header ("Location: http://steven.varco.ch/blog/2008-10-07/newsgroup-postings/",true,301); break; case "/fun/texte/": header ("Location: http://steven.varco.ch/fun/",true,301); break; case "/fun/texte/harcore_kiffer/": header ("Location: http://steven.varco.ch/blog/2008-10-07/woran-man-einen-hardcore-kiffer-erkennt/",true,301); break; case "/fun/texte/programmfehler/": header ("Location: http://steven.varco.ch/blog/2005-07-31/programmfehler/",true,301); break; case "/fun/texte/das_single/": header ("Location: http://steven.varco.ch/blog/2008-10-07/das-single/",true,301); break; case "/fun/texte/chanelle_reproduction/": header ("Location: http://steven.varco.ch/blog/2008-10-07/chanelle-vs-reproduction/",true,301); break; case "/fun/nicht_alles_gefallen_lassen/": header ("Location: http://steven.varco.ch/blog/2008-10-07/nicht-alles-gefallen-lassen/",true,301); break; case "/fun/absurde_klagen/": header ("Location: http://steven.varco.ch/blog/2010-04-14/absurde-klagen/",true,301); break; } ?>