|
Sounds like you're using permalinks.
Try this:
Create a file on your website. Call it onerror.html. It can have just <html></html> in it for all that it matters.
In Wordpress's .htaccess file, add this to the top of the file:
ErrorDocument 401 /path/to/onerror.html
See if that makes any difference. If it doesn't, add another line with 403 instead of 401.
__________________
Don't look here for the joke. It's in your pants.
South O - World Class surfer destination since 2001.
|