what is ASKBOT_URL setting supposed to do?
what is the setting ASKBOT_URL setting supposed to do?
###########################
#
# this will allow running your forum with url like http://site.com/forum
#
# ASKBOT_URL = 'forum/'
#
ASKBOT_URL = '' #no leading slash, default = '' empty string
- My requirement is to — host askbot in a subpath like: mysite.com/forum
- And mysite.com/ will host some another webapp(say, a wordpress CMS)
Basically I'm running multiple webapps under the same domain, but each webapp is hosted within a unique sub-path.
Thanks.
Comments