Wondering if anyone can shed some light on this problem... I have my magento install at showcarsign.com and i'm also running a 2nd storefront with the install at showcarboards.com. I can generate a sitemap for showcarsign.com no problem (showcarsign.com/sitemap/sitemap.xml). But when I go to create the sitemap for showcarboards.com I get the following error:
Path "/sitemap/sitemap1.xml" is not available and cannot be used.
This is really strange... checked the directiory and file (I created a blank file) and they're both writable. Am I missing something???
Solved! Go to Solution.
please try sitemap.xml for the name. Read : https://github.com/magento/magento2/issues/607 . I work like /sitemaps/site2/sitemap.xml . /sitemaps/site3/sitemap.xml , ... It should work that way.
please try sitemap.xml for the name. Read : https://github.com/magento/magento2/issues/607 . I work like /sitemaps/site2/sitemap.xml . /sitemaps/site3/sitemap.xml , ... It should work that way.
That's actally what I had to do... generates the sitemap without any problems now!
Worked for me.