Can't Set 404 Page with the CF Administrator

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Can't Set 404 Page with the CF Administrator

    I've read the
    [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&thread[/url]
    id=1083322 about problems integrating CF 7, IIS 6, and 404 pages. But I can't
    even get that far--I can't set a custom 404 template in the ColdFusion
    Administrator. No matter which combination I try I get a response from the
    admin that the template does not exist.

    Set up: I'm the only one on the server. There is the default IIS site + the
    production site. I have tried putting the 404 template in both my production
    site as well as the default IIS site, but nothing works.

    Any ideas? Thanks.

    marc@since1968.com Guest

  2. Similar Questions and Discussions

    1. Administrator page will not display
      Running Windows 2003 server with Sun webserver and CFMX 6.1 Upgraded to CFMX 7. Followed instructions to install in the default directory c:\cfmx7....
    2. 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...
    3. ColdFusion MX 7 Administrator page
      it just wont load :(
    4. Trouble loading administrator/index.cfm page--i am askedto save the page
      Please help....i've been stuck for days on this problem... Basically, I installed coldfusion and at the end of the installation, it told me that...
    5. How do I make the Administrator Page a SSL Page?
      I am running Apache 2 and it has the ssl mod. I am using CF7. I need to know how to make the Administrator page only accessable on SSL? Thanks...
  3. #2

    Default Re: Can't Set 404 Page with the CF Administrator

    No matter which combination I try I get a response from the admin that the
    template does not exist
    Then you probably forgot to put the forward slash in in the relative URL, e.g.
    /my404page.cfm , when you configured the missing-template handler in the
    Coldfusion Administrator.



    BKBK 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