Cakephp URL Rewriting and redirection -
i had url www.domain.com/example , changed www.domain.com/example2/example3. working fine. when manually access old url, accessible need should redirected new url.
router::redirect( '/example', '/example2/example3', array('persist' => true) );
http://book.cakephp.org/2.0/en/development/routing.html#redirect-routing
http://api.cakephp.org/2.4/class-router.html#_redirect
cakephp url-rewriting
No comments:
Post a Comment