I’ve installed a number of WordPress sites across many different platforms and I’m finding that when installed on IIS7 I’m getting the nasty default IIS7 404 error. I nuked Window’s hold on the 404 and now I’m receiving the standard.
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Is there an address I need to redirect to in order to display the WP404? Or does anyone have a better suggestion?
Thanks a ton!
This resolved my 404 error. I essentially went into IIS and directed the 404s to a custom URL â/index.php?error=404â
Article that explained how to resolve the error
I would redirect to your WP installation’s 404 file. This should be in your theme’s directory and be titled 404.php. If your installation does not have one by default then add one.