EE is installed on a site with a very long and cumbersome domain name. So we use another short (redirector) domain for email and Twitter links, etc…
So, I want/need the {reset_url} and {activation_url} to use the short domain instead of the long, default domain.
So instead of this:
http://myverylongandcumbersomedomainname.com/?ACT=12&id=joLGE3FS
I want this:
http://short.ly/?ACT=12&id=joLGE3FS
How can I accomplish this? I’m guessing I’ll need to hard-code the short domain into a config file somewhere, but I’m not sure where.
Thanks.