What I want to do is the following:
My domain xy.example.com no longer exists. Thus I want to do a simple redirect to the new domain abc.example.com. It should be a redirect, that also works when someone types in the browser bar http://xy.example.com/team.php - than it shoul redirect to http://abc.example.com/team.php
I've already tried a few things, but it didn't really work. What do I have to put in the Apache 2 config?