Over the past months, I've gained some experience in setting up Drupal websites. I have some knowledge of php and mysql, but I generally don't go around tweaking modules too much.
I now have a few installations running, and I've started to look into multi-site installations to save space and especially ease the configuration and administration load on yours truly.
I'm working with several hosts, all of whom offer myphpadmin and ftp access. So far, this has allowed me to do everything I needed.
This is what I've tried to do:
Ofcourse I researched this problem, and somewhere I read something about 'symlinks' or something like it. I got as far as understanding that it has to do with shell access and making a directory redirect to another directory (after which it could be deleted, if I recall the description correctly). This redirect would be quite different from the html redirects which I've used. So, this I get. But the problem is, I don't have shell access!
So my question is the following: can you set up a multi-site installation similar to what I described above, without shell access to the server?
I think I could probably get this to work if I registered different domain names for each multi site, but that doesn't fit the requirements of my project (and it costs extra money as well).