Welcome Guest, Not a member yet? Register   Sign In
Pagination Error (using htaccess) [SOLVED]
#11

[eluser]Deathcode[/eluser]
i already change my route like you said but it's not working. i still have the same data when i click next....

thanks for your reply tzi0...
#12

[eluser]tzi0[/eluser]
hmm. ok. back to the begining =) :
your .htacces:
Code:
RewriteRule ^(.*)$ ./index.php/$1 [L]
your controller:
Code:
$config['base_url'] = site_url('admin/joblisting');
$offset    = (int)$this->uri->segment(3);
and your routes.php:
Code:
$route['admin/joblisting/:num']    = "admin/joblisting";
#13

[eluser]Deathcode[/eluser]
wow....

that's incredible after i change back to the beginning and use route like you said it's working. Thanks for your help guys....




Theme © iAndrew 2016 - Forum software by © MyBB