HTTP Server Configuration

PreviousNext

Mapping Directive

MAP template replacement - to ease user URL entry

e.g. MAP /news/* /QDLS/news/* URI requested is /news/cars.htm Result is /QDLS/news/cars.htm

PASS - MAPped or original URI must match one of the PASS statements

e.g. PASS /QDLS/news/* URI requested is /news/cars.htm Result is o.k. together with the above MAP statement

PASS allows check and mapping

e.g. PASS /news/* /QDLS/news/* combines the above MAP and PASS statements

PreviousNext

Agenda

HTC040