I have an image folder on the root of sitefinity project that I want access to but I keep getting a 404 error? Is sitefinity blocking this folder do I need to add some setting in the web.config to access this folder?
The /images route is normally reserved for the images in the Sitefinity libraries.
So if your folder is called images and is on the root, it is likely that sitefinity tries to find the image you request from a library and since it does not exist there - there is 404.
Best way to go is to rename your folder to something else, e.g. /assets/images