[wp-hackers] Re: Why, 200 OK...?!? Why?!?

Trevor Turk trevorturk at yahoo.com
Mon Sep 25 16:34:46 GMT 2006


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.


More information about the wp-hackers mailing list