I think you have to create a wildcard domain entry into your "hosts"
file, pointing to localhost.
Somthing like *.myproject.com 127.0.0.1

Within Apache config you have to simply create a VirtualHost (extras
folder) and point the SeverName to "domainname.com" and any subdomain
you give should catch it..

Within CakePHP it all depends how you work with the server_name or
whatever type of routing you want to achieve.

Hope this helps!

Best,
Kjell "m3nt0r" Bublitz

On Jan 7, 2008 12:11 PM, bob <[EMAIL PROTECTED]> wrote:
>
> How do you setup a dynamic subdomain in CakePHP? Is there any
> modifications in Apache that I have to make? I am using Xampp.
>
> Thanks
>
> >
>

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

Reply via email to