Check if a MiniWeb that corresponds to a URL exists
int Ns_UrlIsMiniWeb( char *hServer, char *URL );
The Ns_UrlIsMiniWeb function constructs a MiniWeb directory name by appending the URL to the current AOLserver pages directory for the specified virtual server. It returns 1 if the directory exists and contains a MiniWeb document.nvd file.
See the example for Ns_UrlIsFile.