I am using the method described here for subdomaining with cake and it works: http://bakery.cakephp.org/articles/view/subdomaining-with-cake#comment-2774
However, when I introduce named parameters - I immediately get a 403 Permission Denied from Apache. This is odd because if I directly access the controller/view/ in the URL even with the named parameters it works fine. Thus, I have set things up according to this article such that: http://username.localhost/cakejunction/ essentially goes to: http://localhost/cakejunction/partners/load/username Works great. However, If I add named parameters to the URL like this: http://username.localhost/cakejunction/p1:page1/p2:value2 I immediately get a 403 - Permission Denied from Apache. What is interesting, is if I use the direct equivalent URL that this would have translated into: http://localhost/cakejunction/partners/load/username/p1:page1/p2:value2 It works fine. So - I conclude that it is likely some combination of the subdomaining mechanism, the named parameters with colons and the Apache configuration. WinXP PHP5 Apache 2 Cake 1.2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
