Before I used CakePHP, I had a page written in simple PHP. It had urls
like this - mypage.com/?article=3. But now my page kas urls like this
- mypage.com/article/view/3. A lot of refferring sites has the old
url, but I don't want to loose my clients. How do I handle it? I tried
to set the routing like this:

Router::connect('/?articleid=*', array('controller' => 'articles',
'action' => 'view'));

But it didn't work, cakephp says, that no controller was found.
--~--~---------~--~----~------------~-------~--~----~
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