This method works but I'd like to avoid access _only_ without authentification : http://site returns 401 with www-auth ... But I'm surprised http://user:password@site works in 2 phases : 1.Server returns 401 (why?) 2.Account is logged; server returns 302 How can I recognize http://site from the second http://user:password@site ? Is it possible from cgi to check complete url ? Fabian -----Message d'origine----- De : jslive@xxxxxxxxx [mailto:jslive@xxxxxxxxx] De la part de Joshua Slive Envoyé : vendredi 10 février 2006 15:49 À : users@xxxxxxxxxxxxxxxx Objet : Re: [users@httpd] proxypassreverse redirection On 2/10/06, Frederick, Fabian <Fabian.Frederick@xxxxxxxxxxxxx> wrote: > It's exactly what I need ! 401 with proxyerroroverride displays my new page but keeps displaying www-auth box.Do you have a sample of such a script I could use to change 401 -> 404 for instance ? #!/bin/sh echo Status: 301 echo Location: http://yoursite.example.com/path/to/other/page.html echo (Not tested.) Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx