G
G
godsplane2020-10-20 18:32:21
htaccess
godsplane, 2020-10-20 18:32:21

How to redirect a page like /+7999999 to /?

Tried through plugins, but they do not accept the plus sign. How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2020-10-20
@dodo512

RewriteRule ^\+\d+ / [R=301,L]
Or
RedirectMatch 301 ^/\+\d+ /

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question