> I need to acces a controller action
> through a subdomain. I mean, if the user browse to jose.domain.com, it needs
> to be the same  as www.domail.com/profiles/view/jose(where
> controller=profiles, action=view, param1=jose)

I could be wrong, but I think that's not really possible. For a start,
you would need to register the hostname/subdomain for each and every
param1 in your database. I'm guessing this is a list of your users, in
which case, each time someone signs up for an account on your site,
you'd need to update your DNS server with their username added in as
another hostname in your domain.

Zoe.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to