[eluser]Yorkshire Pudding[/eluser]
Hi, does anybody know a way of allowing query strings to be used in specific controller? Is there a way of using wildcards / reg expression explained in docs(URI routing) to be able to grab the variable and route it through to my controller without having to enable query strings across the board?
basically our payment gateway sends our customers back to a success or failure page and attaches a get value with details of the transaction.
e.g. http:/mysite/index.php/home/order_success?crypt=DycAHF1HGiA1WRU9
I know i could set up a subfolder outside of CI but i wouldn't have the use of all my models which just means i'd have to write it all out again in vanilla PHP.
Thanks