Hi everybody
I have a problem with a redirection.
In fact, i have a website on iis 7.5 with the host myws.test.com.
The structure of my website is :
-bin
-ressource
-img (with img/jpg and img/gif)
I need to use a new host like mywspersonnal.test.com with the same structure, but i need to redirect all request to my folder /img to a personnal folder like /img/personnal (with /img/personnal/jpg and /img/personnal/gif).
And potentially, i can't duplicate all my website and add a site to iis with the new host, because i'll have many personnal folders (one personnal folder by client).
How can i do that?
Thanks you very much