Answer the question
In order to leave comments, you need to log in
Why does 301 redirect with parameters not work?
RewriteCond %{QUERY_STRING} ^nomer=370$ [NC]
RewriteRule ^production\.php$ /? [R=301,L]
Answer the question
In order to leave comments, you need to log in
In general, everything is written correctly, if you only have several get parameters, try to clarify like this
RewriteCond %{QUERY_STRING} (^|&)nomer\=370($|&)
RewriteRule ^production\.php$ /? [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question