CodeIgniter Forums
?_= in URL...? - 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: ?_= in URL...? (/showthread.php?tid=52432)



?_= in URL...? - El Forum - 06-11-2012

[eluser]Unknown[/eluser]
Hi

I'm using a tool-tip library. (qTip I believe) I would like to use the non-caching version which simply add ?_=1298471294712 to the end of the URL. Why does that not work through codeigniter?

I have made sure all the characters are allowed and

http://blabla.com/_=1298471294712
http://blabla.com/?=1298471294712
http://blabla.com/?_1298471294712

works fine but not:
http://blabla.com/?_=1298471294712

What am I not seeing...?

Thanks in advance - and have a nice day