I'm trying to setup apache2 to host multiple sites, but using the same root-URL and differing in subfolder only, i.e.
hxxp://example.com/site1/
hxxp://example.com/site2/
It should be easy but I have, after several hours of googling, still not found the right way how to do this. I can find site1 by surfing to http://example.com but not the other one at all.
I'm using kubuntu server 10.04 and have made conf files in /etc/apache2/sites-available/ and run a2ensite for each site
Is it a .htaccess related problem or do I have to fiddle around with the apache2 conf-files?