[Catalyst] Re: How to forward to a specific path

2010-01-31 Thread Aristotle Pagaltzis
* Julien Sobrier jul...@sobrier.net [2010-01-26 06:30]: I have pages in /page/number/title I created a couple of categories: /ca1, /cat2, etc. Each of them map to a /page/number/title /page/1/some-title /cat1/page/1/some-title /cat2/page/1/some-title For cat1 and cat2, I wanted to set

Re: [Catalyst] Re: How to forward to a specific path

2010-01-25 Thread Julien Sobrier
Thanks. I have pages in /page/number/title I created a couple of categories: /ca1, /cat2, etc. Each of them map to a /page/number/title /page/1/some-title /cat1/page/1/some-title /cat2/page/1/some-title For cat1 and cat2, I wanted to set some variables. So I intercept the page in /cat1 and

[Catalyst] Re: How to forward to a specific path

2010-01-02 Thread Aristotle Pagaltzis
Hi Julien, * Julien Sobrier jul...@sobrier.net [2010-01-01 23:30]: I'm try to do a forward to a path rather than a controller. For example, if I get the url /foo/my/path, I want to redirect it to /my/path which belongs to a different controller. this sounds like there may be a way to achieve