Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
293 views
in Q2A Core by
Is it possible to install multiple versions of Q2A on one server? I ask this, because we have a site that has multiple languages and I'd like to have a seperate installation of Q2A running each language version. I'd place a different version of Q2A in each langauge directory (e.g. www.mydomain.com/french and then www.mydomain.com/spanish). Is something like this possible?

1 Answer

+1 vote
by

Yes, it's possible and works fine. You'll need to set different table prefixes, if you're using the same database (e.g. qa_fr_ and qa_es_).

And if you want to share users between all the sites, you first need to set up one site, then set the users table prefix in qa-config.php for the others. See here for more details.

...