Copy link to clipboard
Copied
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:
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.
Copy link to clipboard
Copied
Add Alias /CFIDE [your actual os /cfide path] in your Apache httpd.conf (or inside vhosts tag if you're using VirtualHost).