I'm programming with PHP.
I want to redirect https://abc.example.com/blah1/blah2 to https://www.example.com/blah1/blah2 but I don't want to redirect https://abc.example.com redirect to https://www.example.com
Is it possible while preserving session information across the redirections?
Thank you.