sitemap.xml is using example.com
The sitemap.xml is using example.com instead of the real domain name.
The sitemap.xml is using example.com instead of the real domain name.
This is set through the django admin interface at the moment, the url is /admin
accessible only to the site administrators, go to that url, scroll to sites, click on "example.com" and change to "asksci.com".
Not so convenient, I've retagged your question as the "feature-request" and will remember to make this setting easier to find.
This is a screenshot of our "sites" admin page:
And the site record itself:
Also, it is important that SITE_ID
setting value in your settings.py
is the same as the ID of the intended record in the admin panel:
SITE_ID = 1 #site id is 1 in our case - it is part of url in the above image
I tried with your solution, i.e. changing 'example.com' to my domain name - but the /sitemap.xml still shows links with example.com. Pls help.
@str, just edited the post above, if this does not help you - try restarting the app - perhaps there is a caching issue. If you are running multiple processes for the web application - you will need to set up memcached or redis cache. Default setting is locmem://
Yes - restarting the app solved the problem. Many thanks.
Had the same issue, your answer helped :)
You should add it in docs I think.
To enter a block of code:
Comments