redirect to .html file
-
hi,
how to redirect old url :
http://www.blblblba.com/2017/04/redirect-web/
to
http://www.blblblba.com/redirect-web.htmli try use:
1:
/(\d*)/(\d*)/(.*)
and
/$1.htmlwill redirect url to http://www.blblblba.com/2017-different-news-web.html
2:
/(\d*)/(\d*)/(.*)
and
/$1\.htmlwill redirect url to http://www.blblblba.com/redirect-web/.html
please help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘redirect to .html file’ is closed to new replies.