Run Askbot in / not in /questions ?
Is it possible to run Askbot in / instead of /questions ?
Currently it looks like it's 301'ing to /questions ?
Is it possible to run Askbot in / instead of /questions ?
Currently it looks like it's 301'ing to /questions ?
With the current codebase is not possible because Askbot was thought to play well along other apps, not just to be standalone, but the good news is that to modify this behaviour is quite easy just patching the urls.py file in askbot code.(Note: I've not tested if there is conflicts with this configuration)
I just tested and there was conflicts with this configuration.
I'm curious to know - why askbot redirects to /questions ? For any good reason? AFAIK redirects are bad for SEO. esp 301. Thanks.
To enter a block of code:
Comments