We have two different versions of our website - one for older versions of Internet Explorer (7 and 8), and one for all other browsers.
(arguments around JS feature detection have been made, but we have found it easier to progress this way!)
We would like to silently (ie without a 301) files to be served from a different directory - so a request to:
/app/foo/bar would be served from the directory:
html/ie/foo/bar for Internet Explorer 8 and below, and for other browsers from:
html/other/foo/bar Is this possible to achieve using .htaccess?