Hi gang,
I've just successfully installed the PHP sitemap generator and did my first crawl, but there's a serious problem.
I setup my site with multiple sub folders (Linked to sub-domains) for each niche.
For example:
[external links are visible to admins only]
[external links are visible to admins only]
[external links are visible to admins only]
When running the craawler, it's only listing the 6 index files found in:
[external links are visible to admins only]
It's not spidering:
[external links are visible to admins only]
[external links are visible to admins only]
[external links are visible to admins only]
The sitemap.xml file is in the public_html folder.
How do I get the crawler to parse the 6 .php pages themselves to reach the other 50+ niche folders containing the other files to list in the [external links are visible to admins only] file?
None of the files are .html, everything is dynamicly generated .php files. Does the script have a problem parsing .php files? Please assist.