I am trying to route a url as follows:
domain.com/param/some_controller/method/
mapped to
some_controller::method($param)
I am not skilled with regular expressions, which i'm fairly certain are necessary, so I would really appreciate it if someone could help get me started? Or point me to a good tutorial or example?
domain.com/param/some_controller/method/the string that's populated into a certain variable? Like, can I assume thehttp(s)://protocol will never be there, and the string will always be in that exact format, or not? (I'm not familiar with CI.)domain.com/index.php?param/some_controller/method