Jaxel
Well-known member
If I have a route controller set with it's format as:
Going to
However, if I instead go to
:str<id>
Going to
index.php?prefix/this_is_a_test/
works perfectly fine in returning the ID in the parameter bag as "this_is_a_test".However, if I instead go to
index.php?prefix/this.is.a.test/
, instead of returning the ID properly, it returns the error:The requested page could not be found. (Code: invalid_action, controller: My\Addon:Prefix, action: ThisIsATest)