I replied on another topic [#107347] with the same question but I think the topic is death so I thought I post it here since I surfed half of the internet for my problem (6hours in total) Hope one of you can help me, I'm currently testing some things in drupal6 concerning multisite. I have a server on my network with MAMP where I installed a multisite drupal install all works fine and I get how it works. My current install is:
sites/site1.example.dev/ --> can view them on my imac by going to : http://site1.example.dev:8888/ (I configured my hosts to let site1.example.dev goto the server IP)
sites/site2.example.dev/ --> same as above but then I can view it on: http://site2.example.dev:8888/
All works well. now I was reading about that I could make an other site in a multisite by making the following directory with settings.php and all in it:
sites/site1.example.dev.anothersite/
Then it should be visible by going to: http://site1.example.dev:8888/anothersite
but it isn't, can anybody help me... Thanks alot been spending hours on searching how its done but I can't find anything...
UPDATE
also tried to to rename the directories to:
sites/8888.site1.example.dev/ WORKS ! -> http://site1.example.dev:8888/
sites/8888.site2.example.dev/ WORKS ! -> http://site2.example.dev:8888/









