Skip to main content
Participating Frequently
August 30, 2009
Question

Cannot access CF9 Administrator: File not found: /CFIDE/administrator/index.cfm

  • August 30, 2009
  • 1 reply
  • 1483 views

Hello,

I just installed Coldfuson Centaur Beta, the development version. I also installed Apache (2.2.11) and the rest of WAMP.

During CF install I indicated the conf directory and binary of Apache. The last page instructed me to visit http://127.0.0.1/CFIDE/administrator/index.cfm

I got the CF error:

File not found: /CFIDE/administrator/index.cfm

127.0.0.1 points to the WAMP Apache root: C:\wamp\bin\apache\Apache2.2.11\htdocs and 127.0.0.1 gives me the index.php file but  C:\wamp\bin\apache\Apache2.2.11\htdocs\CFIDE\administrator _does_ exists but is _not_ found

Ususally you can resolve this by editing the CFIDE key in neo-runtime.xml (see http://www.alagad.com/blog/post.cfm/coldfusion-8-post-install-error-could-not-find-the-coldfusion-component-or-interface-cfide-adminapi-security) but my neo-runtime.xml hasn't such a node. Do I need to add one?

Can anyone help me out?

Thanks.

    This topic has been closed for replies.

    1 reply

    Known Participant
    August 31, 2009

    Add Alias /CFIDE [your actual os /cfide path] in your Apache httpd.conf (or inside vhosts tag if you're using VirtualHost).