CF11 Install on Mac OSX (Sierra)
I'm trying to get CF11 installed on my local MacBook running OSX.
After running the installer, and selecting to use an Apache as the external web server - I'm able to get to the CF Administrator.
127.0.0.1/CFIDE/administrator/index.cfm (OK)
I've confirmed that this is pointing to:
/Applications/ColdFusion11/cfusion/wwwwoot/CFIDE/
Created a test page at
/Applications/ColdFusion11/cfusion/wwwwoot/CFIDE/test.cfm (works fine)
127.0.0.1/CFIDE/test.cfm (OK)
However .... any other directory EXCEPT for CFIDE either shows no permissions or file not found.
/Applications/ColdFusion11/cfusion/wwwwoot/some_other_directoy/test.cfm
127.0.0.1/some_other_directoy/test.cfm
127.0.0.1/wwwroot/test.cfm
Both show what I'm guessing is the Apache page for a 404.
Not Found
The requested URL /test.cfm was not found on this server.
********
I 've tried:
updating httpd.conf located at: /etc/apache2/httpd.conf with various suggested settings for CF
create "mappings" via the CF admin (they don't work)
------------
How can I tell why any other directory besides
/Applications/ColdFusion11/cfusion/wwwwoot/CFIDE/ won't load in a browser?
I've stopped and started both apache and CF a dozen times, each time with a slightly different httpd.conf - but still no joy.
Any ideas are appreciated.
Thanks
