Hi!

I've setup several multisite installationmy home dev server (ubuntu 8.04), so i have sites like this:

drupal6dev/site1
drupal6dev/site2
drupal6dev/site3

drupal5dev/site4
drupal5dev/site5

this works at my local network perfectly.

I have a dyndns at no-ip.com:

myname.no-ip.com
my home router is setup to update this dnsname and port 80 is redirected to the above mentioned dev server.

What I would like achive is the ability for my customers to reach the dev site via the
myname.no-ip.com/site1
myname.no-ip.com/site2
etc... urls!

is it possible?

do I need to create symlinks?

what