@gilles-dognon our URL redirect won't support this ... but ...
in your page you can drop a block of javascript code and type this in it to do the redirect:

<script> window.location.href = 'https://new.domain.com/page1'; </script>