configurating IIS for deloping PHP page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hellokitty
Forum Newbie
Posts: 2
Joined: Tue Feb 03, 2004 3:49 am

configurating IIS for deloping PHP page

Post by hellokitty »

Hi, everyone,

I'm configurating IIS for deloping PHP page but an error was appeared:

//-----------------------------------------------------------------

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 variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.

//-----------------------------------------------------------------

How can I fix?

thanks advance
kitty
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Solution is in the thread below:
viewtopic.php?t=17494

Mac
hellokitty
Forum Newbie
Posts: 2
Joined: Tue Feb 03, 2004 3:49 am

thank you very much

Post by hellokitty »

To twigletmac

thank you very much, I fixed that error.
Post Reply