#1
Hi,
Here is the code in my custom_routes.php

My url is coming like below

The above URL format is not working and it leads to 404 ERROR page
But below url structure is working

why it not working with "?email" . But my requirement is it should work with ? or without ? as part of the query string. Please help me in this regard.
But advanced custom routing using Wildcards means any format should work , right?
Siri K
#2
Hello,
Try to put a backlash in before the question mark.
Dan
#3
Hi,
they said, there was no possibility to add backslash.
Siri K
#4
Probably has to do with "segments".
Trongate creates URL segments based on the "/" character if I'm not mistaken.
So putting a slash (not backslash) in front of the question mark might do the trick.

engine/ignition.php