summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-03-04 20:27:43 +0000
committerDerick Rethans <derick@php.net>2002-03-04 20:27:43 +0000
commitce973d9cb38174a957e56af2b3cda4cc67bcfeaa (patch)
tree630a51804e764aaedb941edc8f15221a7dd9474b
parenta686702eb97d0be269ceedf5186b21ad215654ef (diff)
downloadphp-git-ce973d9cb38174a957e56af2b3cda4cc67bcfeaa.tar.gz
- MFH for:
add comment for IIS users
-rw-r--r--sapi/cgi/cgi_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 7d0ac2a5f5..aa807600d3 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -492,7 +492,8 @@ binary accessible somewhere in your web tree, people will be able to circumvent\
this is to define doc_root in your php.ini file to something other than your\n\
top-level DOCUMENT_ROOT. This way you can separate the part of your web space\n\n\
which uses PHP from the normal part using .htaccess security. If you do not have\n\
-any .htaccess restrictions anywhere on your site you can leave doc_root undefined.\n\
+any .htaccess restrictions anywhere on your site you can leave doc_root undefined.\n\n\n\
+If you are running IIS, you may safely set cgi.force_redirect=0 in php.ini.\n\
\n");
/* remove that detailed explanation some time */