Thread Starter
nmtcom
(@nmtcom)
Thank you for your patience John I found the way !
LAST QUESTION : Is it possible to pass Url-Parameters to the redirection URL ?
For the ones wondering how I did :
^/confirmation-demande/(.*)Aucun(.*)
Thread Starter
nmtcom
(@nmtcom)
So basicaly it’s impossible to do a ‘url contains’ based on one and only one parameter if I have a url that is constantly different ?
Thread Starter
nmtcom
(@nmtcom)
Thread Starter
nmtcom
(@nmtcom)
I’ve tried Regex : ‘Aucun’
It does change the URL but it does only change the ‘Aucun’ with ‘https://app.negociermontaux.com/assurance-de-pret/’
Do you have a workaround to do :
if url contains ‘Aucun’ ; redirect to ‘newurl’ ?