[eluser]solid9[/eluser]
I built a site that will display the paginator
on the front page of the site.
When I click the 1,2,3,4... links it won't work.
The frontpage is using
Code:
$config['base_url'] = 'http://sample.com/';
And when I click the 1,2,3,4... links the
Code:
$config['base_url'] = 'http://sample.com/main/front_paginator';
So what is the easy fix for this?