Can you look to the order of multiple file with url rewritting
- by Frank
Let's say I have a html file (foo.html) that make a request to a xml file onload (bar.xml).
Is it possible, using a rewritting engine (isapi_rewrite for example) to detect if the xml file is being 'hotlinked' or being loaded by the 'index.html'?
Thank you.