Seems that install is OK but I have a doubt about the extension behavior.
Our config is : 1 site, 6 stores with 1 store view per store
Each store has its own root category (we then have 6 root categories)
When generating the url list for caching, M-Turbo does not take care about the store/root category association and then generates 6 more times urls than needed!
For exemple, a product is located within one root category : it then can be viewed in one store only.
mysite/mystore1/myproduct.html
The extension also generates :
mysite/mystore2/myproduct.html
mysite/mystore3/myproduct.html
mysite/mystore4/myproduct.html
mysite/mystore5/myproduct.html
mysite/mystore6/myproduct.html
But all these 5 urls are wrong !
Did I misunderstood something?
Thanks for your help,
Regards,
Greg