I recently installed ColdFusion 2021 (Developer edition) on a Windows 10 workstation.
I am using the built-in web server (port 8500) under:聽 聽C:ColdFusion2021cfusionwwwroot
I created a folder called “newSite”
within the newsite I have a folder called “images” — newsiteimages
If I go to http://127.0.0.1:8500/CFIDE (everythig works GREAT and CF related images are shown)
If I go to http://127.0.01:8500/newSite/index.cfm (which has an image referenced as:聽 /newSite/images/myimage.png)
The image does not show and when inspecting the document it states :
Failed to load resource: the server responded with a status of 404(The requested resource [/newSite/images/myimage.png] is not available)聽 聽(even though the image is in fact present.
Is there some setting or something I am missing???