IndexPageNamesProperties:IndexPageNames
String, Read/Write
List of allowable index/default page names (comma delimited).
E.g. WebX1.IndexPageNamesProperties:IndexPageNames = "index.html, default.htm"- If the client specifies a URL without a destination page (e.g. http://www.mydomain.com), WebX will assume the client is requesting the home page for that path (if one is included). WebX will search for index page names that are in IndexPageNamesProperties:IndexPageNames in the order they were specified. In the above example, WebX will first look for the home page index.html. If it does not exist, it will then try to find default.htm. If default.htm does not exist, the user will be sent back either the directory listing (if DirListEnable = TRUE) or a file not found error.