Categories
How to make a redirect with two GETs?
RewriteRule ^a/([az,0-9,-]+)?$/?$ /games.php?id=$1&url=$2 [L,QSA] Doesn't work like that, how would it be right?)
Answer the question
In order to leave comments, you need to log in
RewriteCond %{QUERY_STRING} ^первый$ RewriteCond %{QUERY_STRING} ^второй$ RewriteRule (.*) http://site.ru/%1%2 [QSA,R=301,L]
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question