I am trying to redirect a bunch of urls that have number variables with this Redirection plugin, for example:
photoalbum/displayimage-15-32.html
The numbers like 15 & 32 will be different for each url, I would like to redirect these links but can't figure it out.
I have tried inserting (\d*) for the numbers like: photoalbum/displayimage-(\d*)-(\d*).html
But this does not seem to work, how do I adjust this to make it work?