phpcakephppaginationseo

CakePHP Pagination - how to remove "page:" from url for better seo/cleaner URL


When I use CakePHP Paging I get an url like this:

http://example.com/php/page:2

What do I have to change in the controller, the view and the routes.php to create a working url like this:

http://example.com/php/2

Solution

  • Try this link:

    http://www.sakic.net/blog/changing-cakephp-pagination-urls/