My query involves passing a URL in the following format:
URL = canada/ontario/shop6
However, when I access this parameter from the query string, it only displays "canada" and discards the rest of the data after the first forward slash.
Is there a way to pass the query string with all the slashes included?