Encountering an issue with the CSS/SSL Accellerator - when a page is accessed through the ssl accellerator without a trailing "/" on directory entries, a page not found is being encountered instead of a lookup for a configured index page in that directory. I.e:
www.test.com/directory - fails with page not found.
www.test.com/directory/ - successfully locates the index page.
I beleive this is a difference between the http 1.0 and 1.1 specifications. When accessing the server (IIS) directly, a trailing slash is appended and the get works find - this does not occur with the SSL accellerator.
Any assistance would be appreciated!
C. Smith