|
I got OSQA running up and running on www.mysite.com but I would now like to change that to www.mysite.com/qa What options need changing in order to do this? |
|
Well, the NOTE says it all, I just wasnt sure In the settings_local.py change APP_URL from www.mysite.com to www.mysite.com/qa In the /etc/httpd/conf.d/osqa.conf file change these lines: WSGISocketPrefix run/wsgi WSGIPythonHome /opt/ActivePython-2.6 WSGIPythonEggs /var/python/eggs
reset the http service and edit your robots.txt file located here: www.mysite.com/qa/admin/settings/robots/ Thats all there is to it! Edited: Two of the lines I suggested changing (/m and /upfiles) should NOT be changed, since the path to the images remains the same. I'd like to add that this fixes everything except updating robots.txt. You'll have to do that manually here: http://www.[domain].com/admin/settings/robots/
(26 Jul '11, 12:39)
drewoid
Close, it should be www.mysite.com/qa/admin/settings/robot (since thats what i've changed the site to in this example).
(26 Jul '11, 13:15)
esteve
|