I have long wanted a way to write case-insensitve ScriptAliasMatch statements. The documentation says nothing.
However, in AliasMatch documentation I found: > It is also possible to construct an alias with case-insensitive matching of the url-path: > > AliasMatch (?i)^/image(.*) /ftp/pub/image$1 I tried this with ScriptAliasMatch and of course it works, so I am happy. If the quoted lines above were added to the ScriptAliasMatch documentation then perhaps there will be more happy people in the world! -- Steve Swift http://www.swiftys.org.uk
