I have a setup w/ zend framework.
I have a development site which I have protected with require valid-user.
I want to setup a custom 401 ErrorDocument that tells myusers to goto the production site (if they stumble on dev site)
When I add ErrorDocument 401 error/401.html to the .htaccess, I get the standard Authorization Required string plus:
Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request.
I don't know enough about Apache's rules to make a rule to allow that document to be viewed, any ideas?