Hi Id like to install cake and app directories in the default places
but have another folder -> sites at the same level as those two which
contains site1,site2,.. if I point my site at mysite.com/site1 OR
mysite.com/site2 etc I want to see exactly what I would see for
mysite.com.

so, mysite.com/help/view/7 would show the same as
mysite.com/site1/help/view/7

I suppose I could achieve this with curl but a router solution would
appear neater.

The second stage would be to have a seperate config file for site1,
site2,.. so that actually each site shows something different but based
on the same CAKE insatllation AND the same APP installation.

This way I have only one code base and many sites. The third step is to
use curl or domain mapping to point http://www.site1.com to
http://www.mysite.com/site1.

Has anyone any ideas on how I might achieve,
1) The internal mapping  mysite.com/site1 = mysite.com
2) The external mapping site1.com = mysite.com/site1

I realise you could miss out step 1 potentially but Id rather be able
to develop site1 without needing site1.com

Any comments gratefully received.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to