REPLY 2 to Bawolff:
Here is what they wrote:
Setting up a wiki farm involves a few steps, and it sounds like you're
asking about the part where you configure your web server to serve
multiple wikis. This involves a bit of work with your web server
configuration and some knowledge of server administration. If you are not
an advanced user, please reach a developer.
To clarify, when it refers to enabling your web server to share your
MediaWiki install with all wikis, it means that you're going to set up
your web server (like Apache, Nginx, etc.) in such a way that it can
serve multiple wikis from a single MediaWiki installation.
In the case of multiple (sub)domains, it means you should configure your
web server to accept connections from all the domains you want to use for
your different wikis. For example, if you have wiki1.example.com and
wiki2.example.com, your server should be set up to accept connections for
both.
As for multiple subdirectories, it's about making sure that different
paths on your domain point to different wikis. For instance,
example.com/wiki1 and example.com/wiki2 should lead to two different
wikis. This can be done using rewrite rules, aliases, or symlinks, which
are all techniques for redirecting requests on your server.
Since you're using Apache as your web server (this is the type of server
you have with us), you would use the .htaccess file to define rewrite
rules.
If all of this sounds a bit advanced, don't worry! You're learning
something new and it's perfectly okay to take your time to understand it.
There's also no harm in seeking help from a friend with some server
administration experience or hiring a professional for this task.
As for what to do first, you should start by getting your MediaWiki
installation running for a single wiki. Once you have that working, you
can move on to setting up the server for multiple wikis. Your current
server allows it.
Now, when it comes to the steps, this is totally out of our scope, but a
Google search is always a good start, please refer to some info you can
use:
- How to Start a Wiki: https://www.wikihow.com/Start-a-Wiki
- DokuWiki Farms: https://www.dokuwiki.org/farms
And my favorite, tutorials, this is quite old but it would be good to
have a general idea of how to start:
https://www.youtube.com/watch?v=3aZq0LK250U