site settings
These switches describe the site being checked. You will probably need to set some of thesms. For example, if your website is www.example.com, then you should say so using the --site.domain switch.
| site.domain dom -S dom | The domain name of the site is ‘dom’. This can be repeated. This is used to identify any URL that is apparently external but is actually internal to the site. |
| site.extension ext -x ext | Treat files with this extension as markup source files (e.g. X/HTML etc.). This may be repeated. Files with extension .html are always checked. |
| site.index file -i file | This is the name of the default file in a directory. This can be repeated. This is used when checking internal links. The default default is index.html. |
| site.root dir -g dir | This is the filesystem root of the website to analyse. ssc will recursively scan the directory analysing any HTML files it finds. The default is the current directory. |
| site.virtual v=d -L v=d | The virtual directory ‘v’ is located in actual directory ‘d’ on the local filesystem. For example: --site.virtual virtual=D:\actual |