First time here? Check out the FAQ!
1

How to disable redirect of homepage to "questions"?

I want to disable redirect (which is 302) of homepage to "questions" sub-directory and instead serve the content (I mean questions) on homepage itself.

http://indiabot.com/questions/ <- Current situation

http://indiabot.com/ <- I need this

naavi's avatar
185
naavi
asked 2012-06-01 18:28:16 -0500, updated 2012-06-02 15:06:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

todofixthis's avatar todofixthis (2012-06-02 15:01:35 -0500) edit

How do I proceed with patching of urls.py? Is it a reliable solution?

naavi's avatar naavi (2012-06-02 15:05:02 -0500) edit
add a comment see more comments

1 Answer

0

It should be reliable, but it is worth testing.

To make this change - modify askbot/urls.py. Django documentation about url configuration files will help.

Evgeny's avatar
13.2k
Evgeny
answered 2012-06-05 07:15:25 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments