Can anyone suggest a regular expression for this route in codeigniter
?config=/flash/flash_output/133/location.htm
I’d need a route to reroute to a controller/function called redirect/all
Any ideas of the reg expression needed to ‘catch’ the URL above
How about:
\?config=\/flash\/flash_output\/133\/location.htm?
You don’t mention if there is a class of queries you want to catch, or just this one in particular.
Dave.