[eluser]BrianDHall[/eluser]
- Note on a problem inherant in CI itself. Visit your installation of Ionize, such as yourdomain.com. Now tack on some random extra bits, such as yourdomain.com/?googleclick=test - which is what many click-tracking sort of websites do, especially pay-per-click.
You'll get a 404 error page.
I fix this on my servers by setting the uri_protocol to PATH_INFO in config.php. I don't know why this problem still exists in the CodeIgniter core, but I figured I'd mention it here anyway as at first I thought it was an Ionize problem