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
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.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-06-01 18:28:16 -0500
Seen: 72 times
Last updated: Jun 05 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Possible duplicate of http://askbot.org/en/question/7109/run-askbot-in-not-in-questions
todofixthis ( 2012-06-02 15:01:35 -0500 )editHow do I proceed with patching of urls.py? Is it a reliable solution?
rornvi ( 2012-06-02 15:05:02 -0500 )edit