10 Jul 2018 08:14 PM - last edited on 25 May 2023 08:47 AM by Karolina_Linda
Hello,
I have a question about how Generate clean URLs work, what do I do to delete the numbers: example:
I need to delete my URL number: https://.../entrega-identificador/v1/entrega-identificador/pedido-entrega/89
which are referent to the indeterminacy IDs of my client, but these numbers do not interest me and I would like to take them from my monitoring so that I can know the time for requesting services from me.
I am a layman in web programming and I do not know what is this Reagex
Solved! Go to Solution.
11 Jul 2018 08:21 AM
Hello Felipe,
I will give an example - perhaps it will help.
You have: http://example.com/112412-ID/do_this.jsp
and you need to delete 112412-ID.
You can add this rule:
After enabling you got
Page url http://example.com/112412-ID/do_this.jsp
Resulted page URL: http://example.com/*/do_this.jsp
For http://example.com/112412/do_this.jsp
you need use this rule:
\/\d+\/
I hope it will help. If not - specify what needs to be excluded.
regards,
Alexander
11 Jul 2018 04:06 PM
Hello Alexandre,
Thank you for the tip. It worked out the way you mentioned it, because I ended up finding another problem. so with your hint and some quick research I ended up using this metric from Reagex \ d + [0-9].
anyway I appreciate it. because without your tip I would not even know where to start!
26 Jun 2020 06:57 PM
I know it's been a while this was posted, but where exactly do I perform this setting?
29 Jun 2020 02:27 PM
Thanks for the reply, I sort of found it under clean up URL rules, but I was looking for the "replace with" functionality which doesn't seem to exist anymore.
Do you still have the option on SaaS?