We are running a DNN website on. Windows server alongside a Java application running on websphere and our firewall appliance needs our DNN site to contain a unique name in every single URL (webpage, image and all other resource paths) so that they can key off the unique name and send that traffic to IIS and the DNN site. Creating a subfolder with that unique name and adding the name in the friendly URL of our DNN web pages isn't enough, since JavaScript includes and other DNN resource files will come from the /resources or /Portal' folders.
Any ideas of how I can configure IIS and DNN so that /uniquename/ is in every single asset URL the web page requests?