simple-php-router icon indicating copy to clipboard operation
simple-php-router copied to clipboard

Allow "/" in route url

Open DeveloperMarius opened this issue 4 years ago • 0 comments

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

DeveloperMarius avatar Sep 22 '21 12:09 DeveloperMarius