Categories
How to make a redirect through htaccess if there is a get parameter?
let's say if the site was accessed and there is a get parameter category site.ru/?category=72 then we redirect to the main site.ru
Answer the question
In order to leave comments, you need to log in
RewriteEngine on RewriteCond %{QUERY_STRING} ^category=[0-9]+$ RewriteRule ^$ /?
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question