Hi,
Are you using IIS 6.0? Can you check the HTTP substatus code in the IIS
logfiles please (it is, by default, the field immediately after the HTTP
status which will have "403" logged)
Otherwise, if you are using a previous version of IIS, it might not be
obvious why you are getting this error. Is it possible that you have
"require SSL' checked for your custom error page? Or is it possible that the
user account in question (usually the anonymous internet user) doesn't have
NTFS permissions to the file in question?
Cheers
Ken
[quoted text, click to view] "AHoff" <AHoff@discussions.microsoft.com> wrote in message
news:86C20C69-6FDB-4713-9880-C5C4796F0013@microsoft.com...
: I've gone through the steps of redirecting HTTP requests to HTTPS for OWA
as
: outlined in KB-839357. I've checked, rechecked, and checked again that all
: steps were followed but I still get:
:
: HTTP Error 403 - Forbidden
: You are not authorized to view this page
:
: My head hurts from banging it on this brick wall. Please help!
:
: Thank you.