Hi. I'm trying to make some redirections via Website -> Rewrite rules. I tested 404 and 308 redirections and they are working fine but 301 and 302 are not working at all.
I checked _generate_routing_rules function at ir http py file in website module and it seems only get 308 and 404 but not the rest of redirections. Is there any way to make this work correctly?
Thanks.