You can specify all or specific parts of the URL to use as the virtual directory.
To use the entire URL, set UseFullVirtualDir
to True
.
To use part of the URL, set UseFullVirtualDir
to True
.
You can determine the part of the URL to use as the virtual directory
by setting one of the following parameters to True
.
Suppose that this URL is encountered:
/dir/sub-dir/sub-sub-dir/page.html
- If
URLReferenceVirtualDir=true
, then the virtual directory is:dir
- If
URLReferenceVirtualDir2=true
, then the virtual directory is:sub-dir
- If
URLReferenceVirtualDir3=true
, then the virtual directory is:sub-sub-dir
Any setting for URLReferenceVirtualDir4
and above
is ignored.