Forum Moderators: phranque
What I'm saying is, modwritten URLs are not listed in the generated sitemap. URLs that are generated dynamically from a database are not listed at all.
The google sitemap script 'walks' over the filesystem and lists the files from the filesystem. Dynamically generated URLs are not listed in the XML dump.
Is there a solution or an alternative?
TIA
The google sitemap script 'walks' over the filesystem
That's one option. But not one that is usable for dynamic content or rewritten URLs. It's not useful to walk files to create a sitemap, without knowing the correspondence between URLs and file paths.
But it can also walk URLs, which it accesses via HTTP.
You need to use the URL List method.