I am working on a more comprehensive subdomaining component which you
can view here: http://cakeforge.org/snippet/detail.php?type=snippet&id=225.
It was my first attempt at programming a component so there is still
work to be done, but I think that having a solid subdomaining
component in cake is necessary. If you would like to help me on it,
please let me know, as I need all the help I can get on this first
one!

Thanks!

On Aug 28, 11:20 pm, M4ngoB00M <[EMAIL PROTECTED]>
wrote:
> OK - so I have discovered that Windows+Apache has this problem. It is
> described here:https://trac.cakephp.org/ticket/2583
> However not described adequately.  The posted "workaround" is
> incomplete and unclear as there is no obvious argSeparator attribute.
>
> After some digging I discovered how to change the argument separator
> without changing the core inside cake.
>
> In your routes.php file add a call to connectNamed().  If you are
> already using this function, you will likely already have values set.
> Simply add the argSeparator array name/value pair and use whatever
> separator you like.  In my call shown below I modify all routes to use
> the separator of the caret (^).
>
> Router::connectNamed(true, array('argSeparator' => '^'));
>
> Hope this helps someone.
> z
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to