How do I list subdirectories not just top-level directories in the Directory Report?
SUBDIR */* • How do I list minor browser versions in the Browser Summary? Use SUBBROW */*.* • I used the command “DIREXCLUDE /mydir/”, but files in that directory were still listed. DIREXCLUDE only affects the Directory Report, not the other reports. You want “FILEEXCLUDE /mydir/*” instead. • I used the command “FILEEXCLUDE /cgi-bin/script.pl”, but that file was still listed in the Request Report. If the file has search arguments, you have to be a bit careful with FILEEXCLUDE. This is described in the section about search arguments. • I used the command “IMAGEDIR C:\analog\images\”, but I only got broken images. The IMAGEDIR command has to be a URL, not a directory on your disk. (It’s just inserted into the tags in the HTML output: have a look at the output and you’ll see.) Also this means that the images have to be put in the part of your filespace that has your web files. • I want to put several output pages in the same directory, but the pie charts overwrite each other. You ha