Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Aug 30, 2009 Aug 30, 2009

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-co...) but my neo-runtime.xml hasn't such a node. Do I need to add one?

Can anyone help me out?

Thanks.

1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 30, 2009 Aug 30, 2009
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources