I’m trying to use one domain as an easier url structure but then set up wildcard redirects to the main domain. So basically I want this: easydomain.com/page-name >>>> long.domainname.com/folder/page-name
So I wanted to set up the redirect in the hosting like: “old path” easydomain.com/(.) >>>> “Redirect to path”
long.domainname.com/folder/(.)
But I don’t know how to get the redirect wild card to only be applied to the first domain.