Welcome Guest, Not a member yet? Register   Sign In
query string based URLs
#1

[eluser]Atrhick[/eluser]

Hey everyone,

I am trying to use query string based URLs and I have changed.

FROM:
Code:
$config['enable_query_strings'] = FALSE;

TO:
Code:
$config['enable_query_strings'] = TRUE;

Normally my URLs look like this
Quote:mydomain.com/administrator/leadsdata/alldataleads

and that is fine and dandy but once I try to do this
Quote:mydomain.com/administrator/leadsdata/alldataleads?page=2

it tell me that "404 Page Not Found The page you requested was not found." did I miss something?




Theme © iAndrew 2016 - Forum software by © MyBB