Can't get index.cfm as default file
I finally got CF8 standalone running under Leopard on my Mac, but I've noticed that unless I add index.cfm, I get a 404 error. I have already modified the DirectoryIndex entry on /etc/apache2/httpd.conf so that it now reads index.html index.cfm. Still I get 404 if I don't add index.cfm to a URL. Is ther a step I'm missing? I've restarted both Apache and ColdFusion with no success.
Additionally, I have noticed that image files aren't rendering at all on my cfm pages. Code renders as expected but images do not even with a full path, which I have verified numerous times. If I select 'View image in new tab' I get a 404 error, but again I have verified that the image is in fact in place and the path is correct. Is there another setting I need to change in Apache? Thanks.
