PHP files not loading- html loading fine from the same folder!?

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

  1. #1

    Default PHP files not loading- html loading fine from the same folder!?

    I have IIS installed on a Win2000 Server SP4 platform. I have installed PHP
    V4.3.3 and phpBB forum pages. All is running fine except for one slight
    problem.

    When I browse to the forum ([url]www.nhds.com/forums/index.php[/url]), I get a server
    login dialog asking me for my username and password (which is my server
    account details). I can not find a way to get rid of this dialog as it seems
    to be php-related....

    Another thing I've noticed. I have placed the file "index2.html" in the
    folder:

    [url]http://www.nhds.com/forums[/url]

    And when loaded by a browser, it loads fine. I placed a test link on this
    page (the string at the bottom of the page "Please e-mail questions and
    comments to") to load the index.php file.

    The HTML file loads fine but the PHP file says:

    You are not authorized to view this page

    Why is this happening????



    --

    Prince Of Thieves




    Prince Of Thieves Guest

  2. Similar Questions and Discussions

    1. loading models dynamically using dswmedia folder
      hi all, anyone here!.i have been facing a problem on loading models dynamically.I have been using loadfile syntax to do this.my file is working out...
    2. Loading w3d file from a external folder
      Hi all, im doing a application using director. I need to do buttons to load my w3d files from a external folder to the stage while running the...
    3. Loading external files into HTML or IFrame
      I am trying to build a preloader / movie interface that will load movies according to user bandwidth upon release of a button. Lets say I push a...
    4. Loading HTML files within Flash
      Is it possible to load HTML files within Flash like how you would load other MovieClips or other SWF Flash files?
    5. loading image DIRECTLY from folder with loader?
      Hi, I making my website and trying to load jpg into a movieCLip which will holds all of my loaded jpg images I have a MovieClip called "holder ...
  3. #2

    Default Re: PHP files not loading- html loading fine from the same folder!?

    "Prince Of Thieves" <thief_NOSPAM@hotmail.com> wrote in message
    news:3f829289@usenet.per.paradox.net.au...
    > I have IIS installed on a Win2000 Server SP4 platform. I have installed
    PHP
    > V4.3.3 and phpBB forum pages. All is running fine except for one slight
    > problem.
    >
    > When I browse to the forum ([url]www.nhds.com/forums/index.php[/url]), I get a server
    > login dialog asking me for my username and password (which is my server
    > account details). I can not find a way to get rid of this dialog as it
    seems
    > to be php-related....
    >
    > Another thing I've noticed. I have placed the file "index2.html" in the
    > folder:
    >
    > [url]http://www.nhds.com/forums[/url]
    >
    > And when loaded by a browser, it loads fine. I placed a test link on this
    > page (the string at the bottom of the page "Please e-mail questions and
    > comments to") to load the index.php file.
    >
    > The HTML file loads fine but the PHP file says:
    >
    > You are not authorized to view this page
    >
    > Why is this happening????
    I've seen this error before with CGI and IIS and it's down to insufficient
    rights for the INET_USR(sp?) on the Windows platform. If you Google for the
    CGI Misbehaved Errors problem you'll find the answer I imagine.

    Paulus


    Paulus Magnus 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