|
It seems all the examples show osqa being installed in the root of a domain. Can someone explain how to install it in a subfolder like http://www.abc.com/answers/ Thanks, Doug |
|
I believe this was fixed in the Fantasy Island beta 1 In
|
|
At present, we do not support this type of install. It has been done, but it will almost certainly be problematic. In the future we expect to make this a simple option. My advice for now is "don't do it." Wish I knew that when I started. I just wasted 3 days of my life (well not really i learned a lot). I really love this script. How long till subdirectories are possible? You say it has been done. Can you point to a site doing that. Perhaps I can approach them and if they are nice they might answer. Thanks, Doug
(17 Jul '10, 09:37)
doug99
Well just in case some KIND sole decides to help me. Here is what I have so far in my httpd.conf to try to glue this in as a subfolder:
<directory opt="" osqa="" forum=""> Options +Indexes +IncludesNOEXEC +ExecCGI +FollowSymLinks allow from all AllowOverride All </directory>
(17 Jul '10, 10:10)
doug99
Whats happening is that i get a directory listing instead of the script running. Any ideas???
(17 Jul '10, 10:11)
doug99
Well, for a start you should get rid of this line:
that's what's causing you to see the directory listing instead of the site. Then you should add this line to settings_local.py:
That should get you started, however, you may find some broken links here and there specially in emails.
(17 Jul '10, 12:39)
Hernani Cerq... ♦♦
3
doug99, I am running a subdir install. Look at some of the JIRA issues I have filed to see what I did. Post followup comments if you have any improvements. Basically, everything seems to work except sitemaps, links in emails, and links in announcements. However, SVN updates sometimes randomly break things because they don't test on a subdir install :( It's a pity though, because subdir is advantageous for many non-technical reasons
(19 Jul '10, 02:03)
Joseph
You should know this better than anyone by now. The bottleneck here is django and not OSQA, we generate every url using django reverse methods, and is not our fault that django generates the url with or without the subpath depending on the room temperature.
(19 Jul '10, 06:19)
Hernani Cerq... ♦♦
showing 5 of 6
show 1 more comments
|