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

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)
naavi's avatar
185
naavi
asked 12 years ago, updated 12 years ago

Comments

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

naavi's avatar naavi (12 years ago)
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.

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

see more comments