Django Sitemap for multiple domain and same site

257 Views Asked by At

I have a Django website with a domain www.example.com hosted on a VPS. The same Website can be accessed from different domains like www.example.xyz and www.example.one

I already made a sitemap for www.example.com which is working well. Using Django contrib sitemap function.

But now the problem is how to generate the sitemap for www.example.xyz and www.example.one.

Sitemap from www.example.xyz and www.example.one shows me a link to www.example.com

0

There are 0 best solutions below