Welcome Guest, Not a member yet? Register   Sign In
Routing issue - Pagination not working properly
#21

[eluser]InsiteFX[/eluser]
Code:
DirectoryIndex index.php

RewriteEngine On
RewriteBase /percutz/

#If isso é um arquivo, diretório ou link.
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -l
RewriteRule ^(.*)$ index.php/$1 [NC,L]
#22

[eluser]Mauricio de Abreu Antunes[/eluser]
Sorry, but it did not work.
Error: page not found.

Your rules did not work.

Thanks!
#23

[eluser]Mauricio de Abreu Antunes[/eluser]
Code:
$config['uri_segment'] = 2;

Sorry Aken, sorry InsiteFX.

My code has this line now and it worked.


#24

[eluser]adinin[/eluser]
Just wanted to confirm that Mauricio's final post about setting the uri-segment config parameter is what fixed the same issue for me, as well. So if you're reading this, struggling with the pager not moving up pages despite letting you click the "next" button, try this fix first. It may save you lots of time.




Theme © iAndrew 2016 - Forum software by © MyBB