After installed PHP4.3.2 and runned my main page, this error information will display
as follows,
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a
page will only be served up if the REDIRECT_STATUS CGI v
require ("d:/iis/www3/lib/common/auth.inc");
require ("/lib/common/auth.inc"); I need.
When I want to include some file, I must key in the absolute directory. So I change
include_path line to "include_path = d:/iis/www3/" in "php.ini" file. But it doesn't
work.Please tell me the reason.
require ("d:/iis/www3/lib/common/auth.inc");
require ("/lib/common/auth.inc"); I need.
When I want to include some file, I must key in the absolute directory. So I change
include_path line to "include_path = d:/iis/www3/" in "php.ini" file. But it doesn't
work.Please tell me the reason.
/www3/" in "php.ini" file. But
it doesn't work.Please tell me the reason.
thank you,
Michael Bao