Hi,
My problem is that the script outputs wrong html urls because some directories in the middle of the url are omitted.
Example: (in the 2º depth level)
This is the correct url when you browse the site : [external links are visible to admins only]
But the script outputs only: [external links are visible to admins only]
Note the missing /france/ directory, so the url becomes incorrect.
Example: (in the 3º depth level)
This is the correct url when you browse the site : [external links are visible to admins only]
But the script outputs only: [external links are visible to admins only]
Note the missing /france/MARSEILLE/ directories, so the url becomes incorrect.
Please help,
Thanks