У меня проблема с .htaccess и RewriteRule.У меня есть ссылка: http://example.com/en/index.php?controller=filter_s&other_1=0%7C0&other_5=0%7C0&feature_3=110&type=top#
Параметры:
index.php?controller=filter_s&
и
&type=top#
они неизменны.
other_1=0%7C0&other_5=0%7C0&feature_3=110
они генерируются в зависимости от заполнения формы.Я хотел бы иметь код между type=top и #:
type=top
#
&fc=module&module=filter_d&controller=filter&id_lang=1
Окончательная ссылка должна выглядеть следующим образом:
http://example.com/en/index.php?controller=filter_s&other_1=0%7C0&other_5=0%7C0&feature_3=110&type=top&fc=module&module=filter_d&controller=filter&id_lang=1#
Можно ли получить этот эффект с помощью htaccess?