Hi @byothe
I hope you are doing well.
A regex for year/month would be
^\/[0-9]{4}\/[0-9]{2}\/(.*)
https://monosnap.com/file/gNiMKspN2UQvYSWHdDrr3z3p7CWhiu
But we should not have the Regex feature in our plugin, can you share a screenshot of what setting you are looking at?
We do have the Fix redirect which automatically updates the link to the final URL
https://monosnap.com/file/KdkL5VRHtyywYNQWo2wAFNxiJ1FYm8
In case it is not visible, you can enable in Settings > Advanced > Show link actions
Let us know if we are missing anything.
Best Regards
Patrick Freitas
Thread Starter
byothe
(@byothe)
Hello @wpmudevsupport12
The option is here :
https://ibb.co/zr7hWwB
How does the fix redirect work ?
Thanks
Hi @byothe,
I couldn’t find such an option when I checked this on a test website at my end. Could you please confirm if you are using the latest version of Broken Link Checker?
Could you please translate the page to English version (Chrome and Firefox have an inbuilt translator) so that we can better understand and help you further?
We look forward to hearing back from you and help you further.
Kind Regards,
Nebu John
Thread Starter
byothe
(@byothe)
Hey @wpmudevsupport14
I use the last version of the plugin 2.4.2)…
I put m WP in english and here is the screenshot :
https://ibb.co/crDPxvZ
Hello @byothe
You can use a regex code like this to match the date and then replace it with an empty space to remove it here is an example:
This regex will match any date in YYYY/MM format,
\/[0-9]{4}\/[0-9]{2}
Please refer to this screenshot to learn how to use it:
View post on imgur.com
If you want to create a new Regex you may use this online tool to test it.
https://regex101.com/
Best Regards
Amin
Thread Starter
byothe
(@byothe)
Thanks @wpmudev-support2
That’s perfect !
But when I try to do it on my articles (a list of 30)… my site do a timeout error… Too much work for the server ? Well I guess it’s a Cloudflare issue… but is there a way to avoid this ?
-
This reply was modified 1 year, 3 months ago by
byothe.
Hello @byothe,
I hope you’re doing great today!
The easiest way to avoid Cloudflare or server timeouts might be decreasing the number of links which you edit it bulk (for instance, try 5-10 links at a time).
Other than that, you may try suggestions from this discussion, which could be suitable or not, depending on your particular setup.
Best Regards,
Dmytro