Let's say I have 2 sites:
site1: https://people.uni.com/johnwick
site2: https://johnwick.github.io
Is it possible to redirect users from site1 to site2 using only .htaccess (I don't own either domains), and that the URL from the user's perspective do not change after the redirect (i.e. the user still sees https://people.uni.com/johnwick in his browser)?
If it is possible, how can I do this?