diff options
author | vlakoff <vlakoff@gmail.com> | 2012-09-17 14:18:07 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2012-09-17 14:18:07 +0200 |
commit | 530b946191c68886b6e156004742e785bfeef8cc (patch) | |
tree | 50ce4dc700cd8a6b1c0253b9acbdb8cabea2d9ad /user_guide_src/source/helpers | |
parent | aab26a12a98ca99d956ef24e36c2262938631d73 (diff) |
redirect() documentation: add a note for IIS users
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/url_helper.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst index 8de7817e4..1987dfb72 100644 --- a/user_guide_src/source/helpers/url_helper.rst +++ b/user_guide_src/source/helpers/url_helper.rst @@ -325,3 +325,7 @@ engine purposes. The default Response Code is 302. The third parameter is .. note:: For very fine grained control over headers, you should use the `Output Library </libraries/output>` set_header() function. + +.. note:: To IIS users: if you hide the `Server` HTTP header, the "auto" + method won't detect IIS, in that case it is advised you explicitly + use the "refresh" method. |