1 Reply Latest reply: Jun 22, 2014 10:45 AM by MurraySummers RSS

    Overriding the <base> url, for exceptions (how?)

    jyeager11 Community Member

      I'm using the <base> tag for the first time, and was wondering if there was a way – short of typing the full url – to tell the browser that a specific root-relative link in the code is to be ignored by the behavior.

       

      I guess at the end of the day I'm asking if I can have my cake and eat it too. All my links are root-relative but I want some of them to be relative to one domain and some to be relative to another.

       

      I'm pretty sure entering the full url is the only way to override <base>, but I figured I'd ask just to confirm.