Hi Everyone,
Is there anyway to pass URLs variables without setting the $config[‘enable_query_strings’] = TRUE?
For example, I want to make a URL like the one below
mydomain.com/dealers/rhode-island/cranston
Is it possible to do something like this in codeigniter without messing around with the $config query strings?
Thanks