Is there a way to redirect masked or unmasked external links through a subdomain? (The No External links plugin is masking the links; masked and unmasked links are not displaying in the same time on page)
See the example below, I want to redirect If links are masked (plugin enabled):
example.com/go/externalexample.com/newstitle/ (links showing internal with MozBar)
to
rd.example.com/go/externalexample.com/newstitle/ (links showing external with MozBar)
If links are not masked (plugin disabled):
externalexample.com/newstitle/ (external link on homepage, links showing external with MozBar)
to
rd.externalexample.com/newstitle/ (links showing external with MozBar)
Thanks