Hi all,
We have the urls like
server.com/storefront/_ui/folder/test.js
server.com/uk/_ui/folder/test.js
server.com/fr/_ui/folder/test.js
We need to handle Javascript from webserver. So I placed
JKUnMount /*/_ui/* loadbalancer
But only problem is context root are different and all has to pick the same files all my files are in /var/www/html/_ui
How can I achieve this?
Sree.