B
B
bossigorxxx2021-04-08 10:03:49
htaccess
bossigorxxx, 2021-04-08 10:03:49

How to make a redirect with a question mark to the main page?

Are there such links https://site.ru/?block=premium.1 https://site.ru/ ? https://site.ru/?bloc they need to be redirected to the main one. Those. everything with a question mark on the main page,

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2021-04-08
@bossigorxxx

If for all addresses

RewriteCond %{THE_REQUEST} \?
RewriteRule ^  https://site.ru/? [R=301,L]

If only for the main
RewriteCond %{THE_REQUEST} \?
RewriteRule ^$  https://site.ru/? [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question