Open deminy opened 10 years ago
Could you please let me know where you have made these changes. Your help is appreciated.
Just got this problem myself. I figured that the problem was this configuration after spending hours trying to find the problem in Drupal and even rebuilding the whole sitemap (+200,000 links, it took several hours) :|
@parulsharma99 I guess you don't need this anymore but for those coming here looking for a solution, you need to change the line mentioned by @deminy in the /apps/drupal/drupal*.conf file you've chosen according to the algorithm suggested in the readme.
I have a site that has tens of thousands of pages, with Boost enabled.
Today when I check the Sitemap page http://example.com/sitemap.xml I noticed there were only two links there.
When I clicked either link, I got exactly same XML content as above back.
A quick (and dirty) fix I made was like following
With above fix, now I can see 10k+ links on Sitemap pages like http://example.com/sitemap.xml?page=1 and http://example.com/sitemap.xml?page=2
A formal (and better) fix is appreciated. Thanks