First time here? Check out the FAQ!
0

How to make RSS feed show correct urls?
 

I am using the the default RSS feed in the askbot. My RSS reader shows me the newest questions with the correct title and the content of the question. When I click on the title it takes me to the example.com website.

  • How do I configure askbot to go to the url associated with the current question ?

I tried hacking around without much success.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kintali's avatar
141
kintali
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

see more comments

1 Answer

2

You need to change url of your site in the "sites" section of your django admin interface.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

Thanks Evgeny. I made this change and it is working now :)

kintali's avatar kintali (12 years ago)
1

Sure, btw please try to make titles more informative - it helps people understand the questions better, improves "clickthrough" rate and findability from the search engines.

Evgeny's avatar Evgeny (12 years ago)
see more comments