CodeIgniter Forums
URL Rewrite and GET variables - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: URL Rewrite and GET variables (/showthread.php?tid=11699)



URL Rewrite and GET variables - El Forum - 09-19-2008

[eluser]ErwinVanHoof[/eluser]
Hi there whizkids,

I was wondering is there a way to still get to the right controller when there are get variables in the URL string?

Now I get a 404 when I pass GET variables.


URL Rewrite and GET variables - El Forum - 09-20-2008

[eluser]Sumon[/eluser]
What is your URL? and do you enable
Code:
$config['enable_query_strings'] = TRUE;
in config.php?