no access to php pages

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    no access to php pages

    Hi,


    We have a local webserver IIS 5.0 in our school. The option "anonymous" is
    not checked. There are ASP applications which works well. The system reads
    the login and sends the right page.

    Now there are also PHP 5.0 pages, but when a user tries to open one (for
    example "test.php" containing only <? echo "hi" ?> ), he receives an
    authentication window. No login of any user is accepted ("you have no
    permission .... ACL .." while "test.php" is in the same directory as
    "test.asp" which doesn't show such a window). Only the login of the
    administrator is accepted.

    Any idea?
    Thanks
    Chris


  • gerard

    #2
    Re: no access to php pages

    Could you check "anonymous" in ur security section and see if this
    makes a difference.

    Comment

    • scarlet

      #3
      Re: no access to php pages

      In that case, it works , but i need to read the login ...

      "gerard" <calibishie@gma il.com> schreef in bericht
      news:1127491018 .461982.238460@ g43g2000cwa.goo glegroups.com.. .[color=blue]
      > Could you check "anonymous" in ur security section and see if this
      > makes a difference.
      >[/color]


      Comment

      Working...