Hello -
I have a fairly basic configuration on my server where I'm attempting to deploy an application. Up to now, I've been using the default virtual server (named "server").
My application has several image and video resources, so I've been using an alternate docroot where I have a few folders that I reference from within my app. It all works perfectly fine with that configuration.
Without any default web module set on the virtual server, I just reference my app using the standard URL:
However, a problem occurs when I set the default web module to my application. When the default web module is set, it seems to ignore my alternate docroot and none of my referenced images can be found.
It appears that it's routing the traffic directly to my application and thus seeing a folder URL that doesn't truly exist, thus returning me the 404 error.
Not sure if this is a server bug or perhaps it just requires a different configuration. Does anyone know of a way around this issue?
Kind regards,
Tony