I am using the Redirection plugin in Wordpress.
I am trying to set up a regex command to redirect all posts with extension .html to /
For example
domain.com/blog/name-of-post.html
to
domain.com/blog/name-of-post/
I have tried
Source URL: ^/*.html$
Target url: /$1/
Any help appreciated ...









