TNEW - vanity URLs?

Hi folks

Folks,

We have made a stuff up. An email invitation to our Diamond Dinner (our gala fundraiser to celebrate NIDA's 60th Anniversary) has been sent out with a link https://supporters.nida.edu.au/diamond (supporters.nida.edu.au is our TNEW site) instead of https://nida.edu.au/diamond. Obviously we can create vanity URLs on the nida.edu.au site but is there ANY way the supporters link can be made to work?

Does anyone have any ideas? HELP!!

TIA

Martin

Parents
  • If you changed your TNEW subdomian to something else, you could host a simple web app at the old supporters.nida.edu.au subdomain that redirects all incoming requests to the new TNEW subdomain, EXCEPT FOR the /diamond route, which you would respond to with a redirect to the correct page URL.

    (Don't actually do this; it's an awful idea, but I just had to say it.)

Reply
  • If you changed your TNEW subdomian to something else, you could host a simple web app at the old supporters.nida.edu.au subdomain that redirects all incoming requests to the new TNEW subdomain, EXCEPT FOR the /diamond route, which you would respond to with a redirect to the correct page URL.

    (Don't actually do this; it's an awful idea, but I just had to say it.)

Children
No Data