Self reply... If anybody has the energy, try putting this code into your header.php file if (isset($_GET['test'])) { $url = get_bloginfo('url'); wp_redirect($url); exit; } ... And then visit your blog like so: http://www.example.com/?test=1 ... And you can see what I mean.