Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Page Not Found 404

    Hi guys,

    I've had a coldfusion application running for some time now. It is a
    ColdFusion 5 server on a Solaris. All of a sudden, one directory and all files
    in it cannot be found. Nothing has changed as of late. I tried uploading the
    entire directory as another directory name and again the same thing. Even
    though I know the cfm file exists, anything I try to access via the URL bar
    gives me a 404 Page Not Found.

    Should I be looking at something in the Server Admin to resolve this issue?
    If I write a test file called index.html in the directory, it will default to
    that default file but if I remove it, it gives 404 Page Not Found.

    Any suggestions would be greatly appreciated.

    Lisa



    lschang@yenius.com Guest

  2. Similar Questions and Discussions

    1. No top level page was found.
      I have new installation of Coldfusion MX7 on a Fedora Core 4 machine. But I am having problems because whenever I try to open a *.cfm file...
    2. page not found ???
      I just installed ColdFusion Mx in windows xp, but when I go to the Administrator page I got the error : page not found, please help me. thank you.
    3. Administrator page cannot be found
      We have ColdFusion Server 4.5.1 Pro installed on our web server and suddenly the Administration page cannot be accessed. The actual application...
    4. Page Not Found errors.
      Hi everyone, I have designed a couple of sites that use Secure pages to collect user information. NOW, what I'm finding (Quite a bit now), is...
    5. PHP - Page Not Found - on IE (Solution)
      One posible solution- Select your website from the IIS. Right-click, select "Properties". Go to "Home Directory" tab. Make sure the "Execute...
  3. #2

    Default Re: Page Not Found 404

    Turn on debugging and check the CGI output at the bottom of the page that
    throws the 404 error. Look for cgi.cf_path_translated. That's the path
    ColdFusion is looking at when trying to find the file. Does that path match
    the real path?

    serat 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