If set the crawl address for a project to be a nested URL, by default Sitemap Creator will not crawl outside of this base path.In some circumstances it may be desirable to allow this without changing the root URL to be at a higher level.
The following example table demonstrates which URLs would be copied when the Crawl above the root URL setting is disabled (default), assuming a base URL of /features/
.
Address | Skip |
---|---|
/auth/ | Yes |
/elements/ | Yes |
/features/ | No |
/features/sub_feature | No |
/resources/ | Yes |
The following example table demonstrates which URLs would be copied when the Crawl above the root URL setting enabled, assuming a base URL of /features/
.
Address | Skip |
---|---|
/auth/ | No |
/elements/ | No |
/features/ | No |
/features/sub_feature | No |
/resources/ | No |