Replies: 0
hi,
how to redirect old url :
http://www.blblblba.com/2017/04/redirect-web/
to
http://www.blblblba.com/redirect-web.html
i try use:
1:
/(\d*)/(\d*)/(.*)
and
/$1.html
will redirect url to http://www.blblblba.com/2017-different-news-web.html
2:
/(\d*)/(\d*)/(.*)
and
/$1\.html
will redirect url to http://www.blblblba.com/redirect-web\.html
please help.