Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Setting Up PHP

    I'm trying to setup PHP support on an small 2 station Intranet for
    development purposes. I'm using PWS under Win98 SE. I believe I'm
    experiencing a common problem, but I seem to be unable to work my way around
    it. At the suggestion of several installation tutorials, after installing
    it, I have made a simple PHP file including the following statement:

    <?php phpinfo();?>

    I'm supposed to be able to test the functioning of PHP with that simple
    command to confirm it's working. Yet, all I get is a security alert:

    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 behavior exists, see the manual page
    for CGI security.

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

    I have tried for the life of me to disable the CGI.Force_Redirect or what
    ever it is in the PHP.INI file but all that does is to make IE come back
    with file not found.

    What do I have to do to disable the security from getting in the way of
    displaying PHP pages?

    Sincerely,

    Dalton Seymour


    Dalton Seymour Guest

  2. Similar Questions and Discussions

    1. setting up RDS
      I have the Developer's Toolbox, for 6 days I tried to setup RDS in Dreamweaver CS3 with Coldfusion 8. I do not mean the install, but from the point...
    2. setting up my database ?
      i am setting up my access db on the server , already did the rds password, login to server, and now add new datasource, but when i go to the browse...
    3. Help w/ setting up ASP.NET pls.
      I'm trying to set up ASP.NET on my Windows 2000 server w/ IIS 5 and MS ISA Server. Here's what I have done so far without any luck. Here's the...
    4. 16 bit setting
      hello, is there any settings are required for the projector done in 16 bit color depth.
    5. Setting Up A FTP
      How do I setup a FTP from my computer as my IP address?
  3. #2

    Default Re: Setting Up PHP

    Please see this useful article:
    [url]http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_iis.html[/url]
    ----
    zerof
    ----
    "Dalton Seymour" <daltonseymour@direcway.com> escreveu na mensagem
    news:000001c38065$e4779400$a4e8020a@direcway.com.. .
    > I'm trying to setup PHP support on an small 2 station Intranet for development purposes.
    I'm using PWS under Win98 SE. I believe I'm experiencing a common problem, but I seem to
    be unable to work my way around
    ------------------------
    Zerof Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139