hi,
Bei der .htaccess wollte ich noch folgende Zeile einfügen:
ErrorDocument 401 "http://www.abc.ch/abc.htm"Doch leider wird diese Zeile ignoriert und es erscheint die Standard Fehlerseite meines Servers.
zum einen halte ich die anfürhungszeichen für überflüssig - und zum anderen sagt dir http://httpd.apache.org/docs/mod/core.html.en#errordocument doch ganz explizit, dass das ErrorDocument für 401 auf eine _lokale_ ressource refernzieren muss:
"In addition, if you use a remote URL in an ErrorDocument 401, the client will not know to prompt the user for a password since it will not receive the 401 status code. Therefore, if you use an "ErrorDocument 401" directive then it must refer to a local document."
gruss,
wahsaga