First time here? Check out the FAQ!
3

sitemap.xml is using example.com

http://asksci.com/sitemap.xml

The sitemap.xml is using example.com instead of the real domain name.

Evgeny's avatar
13.2k
Evgeny
updated 2011-01-06 17:34:47 -0500
DealsVistaCom's avatar
137
DealsVistaCom
asked 2011-01-06 17:28:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

5

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:

image description

And the site record itself:

image description

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
Evgeny's avatar
13.2k
Evgeny
updated 2011-01-06 17:40:36 -0500, updated 2011-12-28 10:59:51 -0500
edit flag offensive 0 remove flag delete link

Comments

Nice I just used that to!
xdot's avatar xdot (2011-01-10 14:43:29 -0500) edit

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's avatar str (2011-12-28 10:46:13 -0500) edit
1

@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://

Evgeny's avatar Evgeny (2011-12-28 11:01:28 -0500) edit

Yes - restarting the app solved the problem. Many thanks.

str's avatar str (2011-12-28 11:25:28 -0500) edit

Had the same issue, your answer helped :)

You should add it in docs I think.

Chankey Pathak's avatar Chankey Pathak (2013-07-04 05:23:13 -0500) edit
add a comment see more comments