It is desired to have the CSM match on the following URLs: /index.html /Index.html abc/index.html abc/Index.html What should be used?
A.
map TESTMAP url
match protocol http url */?ndex.html
B.
map TESTMAP url
match protocol http url */i*Index.html
C.
map TESTMAP url
match protocol http url *ndex.html
D.
map TESTMAP urlmatch protocol http url “*/ndex.html