Bug #11195
Incorrect <url> with simulatestatic or default index.php?id=
| Status: | Closed | Start date: | 2010-11-30 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Sebastiaan de Jonge | % Done: | 100% |
|
| Category: | Bugs | Spent time: | 0.50 hour | |
| Target version: | - | |||
| Votes: | 0 |
Description
Without additional configuration I get this output:
<url>
<loc>http://host.domain.de/dummy-4.3.0/</loc>
<lastmod>2010-07-13</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
I'm missing the part after dummy-4.3.0/, in my case, just the baseUrl is shown.
Is there anything I might have forgotten?
host.domain.de is a dummy just in case....
regards- Ines
History
Updated by Ines Willenbrock over 2 years ago
Strange, the above extry resulted from a test with tt_products-sitemap-config.
How do I configure the extension to just show a sitemap from all pages?
regards - Ines
Updated by Sebastiaan de Jonge over 2 years ago
- Status changed from New to Accepted
- Target version set to Advanced Sitemaps 1.1.0
simulatestatic has not been tested before with this extension, therefore it doesn't really support it. I will try to fix it for the next version though.
Updated by Ines Willenbrock over 2 years ago
Thanks a lot.
If you like, I could test it.
regards - Ines
Updated by Sebastiaan de Jonge over 2 years ago
- Status changed from Accepted to Needs Feedback
- % Done changed from 0 to 50
I have made small optimization regarding the google sitemaps output. The output URL is now checked for occurrences of the baseURL. The base URL is grabbed from config.absRefPrefix, if that is not set config.baseURL is used instead. So make sure that one of these two is set. I was unable to reproduce your issue. Please try the trunk version and see if the problem still occurs. If not I will need some more configuration details :-)
Cheers,
Sebastiaan
Updated by Sebastiaan de Jonge over 2 years ago
- Target version deleted (
Advanced Sitemaps 1.1.0)
Updated by Sebastiaan de Jonge 8 months ago
- Status changed from Needs Feedback to Closed
- % Done changed from 50 to 100
Assuming the issue is resolved. Closing due to inactivity.