Welcome Guest, Not a member yet? Register   Sign In
pagination SEO links
#2

[eluser]darrentaytay[/eluser]
If I understand your problem correctly, one way to fix it is the following:

Go to the following folder - application/config

Open up routes.php.

Inside routes.php add the following route:

Code:
$routes['news/(:num)'] = "news/index/$1";

This will then make you urls be like:

http://www.yoursite.com/news/{per_page}


Messages In This Thread
pagination SEO links - by El Forum - 03-03-2011, 03:56 PM
pagination SEO links - by El Forum - 03-03-2011, 04:39 PM
pagination SEO links - by El Forum - 03-03-2011, 09:54 PM
pagination SEO links - by El Forum - 03-04-2011, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB