Cake PHP Url Rewriting
Some developers don’t like CakePhp Url
structure because controller name should end with “s” and that cause a lot of
dissatisfaction fro developers while developing with cakephp.
For this CakePhp provides a simple and
effective way to rewrite url in seo friendly way and according to client
requirement.
So how to write code for it. Here is the
simple example.
Go to app -> config -> routes.php
Add the following code
Go to app -> config -> routes.php
No comments:
Post a Comment