There is a site, links with utm tags lead to it (simple GET parameters in a line). The question is - how can I make a redirect, based on the conditions on the GET parameter?
I understand that the algorithm is something like this:
//получаем строку запроса //выбираем необходимые данные (т.е. utm_* GET параметры) //делаем условный оператор if() в .htaccess But how to do it right? For the first time I come across this in .htaccess.
Ps version Apache 2.4, <if> supports