Categories
How to make a redirect on nginx with a certain get parameter to without?
Tell me how to make a redirect from the page www.site.ru/page/?view=desktop to www.site.ru/page
Answer the question
In order to leave comments, you need to log in
if ($arg_view = 'desktop') { return 301 $uri; }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question