Re: 404 Error
Ray, thanks a million, I email matthew from the link http://www.matthewcasey.co.uk/2010/04/01/setting-up-wordpress-mu-on-iis/ you send me and his suggestion was to do the following:
To fix:
open YOURSITE > wp-includes > pluggable.php and search for the line:
header(“Refresh: 0;url=$location”);
This will be inside a function called wp_redirect.
Change this to:
header(“Location: $location”, true, $status);
Thant works like a charm. Perfect. Thanks again to you and Matthew,..