Archive for August 20th, 2009
.htaccess 401 note
by z3n on Aug.20, 2009, under Notes
401 redirects must be within the same domain without the full url:
ErrorDocument 401 /error_page.ext <– right
ErrorDocument 401 http://www.example.com/error_page.ext <– wrong, EVEN if your domain is the same that it’s being redirect to.