simple-php-router
simple-php-router copied to clipboard
Allow "/" in route url
Hello,
in my route a parameter can contain an forward slash. How can I tell the router not to handle the slash as a new parameter?
I tried a custom RegEx for the parameter but that didn't work.
I also currently encode the parameter using urlencode() and also tried rawurlencode().
~ Marius