Ran the install script from here: http://wiki.webfaction.com/wiki/InstallScripts This installs it as a separate application. Is there a way to configure OSQA to work as a directory under my current Django site? Example: http://www.CURRENTSITE.com/OSQA asked 16 Feb '11, 18:13 pythondjango |
Hi, There is but it ends up not being worth it by the time you've gotten it configured. You, basically, have to change ALL of the paths in all of the different pieces of the application to function at a subdomain instead of at the root of the domain. Adding it as a subdomain will save you hours of work and frustration. answered 16 Feb '11, 18:34 klynton To add it as a subdomain, say osqa.website.com, what do I modify inside my control panel?
(16 Feb '11, 19:03)
pythondjango
Just edit your domain and add osqa as a sub-domain, then create a new Web site record mounting the osqa app as / and selecting the osqa.domain.com as the sub-domain.
(16 Feb '11, 19:05)
klynton
Thanks, took a sec, but it came up!
(16 Feb '11, 19:33)
pythondjango
Great! Glad I could help.
(16 Feb '11, 19:33)
klynton
|