The location for the base href must have trailing /. For example:
<base href="https://stackoverflow.com/questions/17768814/location" />
will not work. It must be in this format:
<base href="https://stackoverflow.com/questions/17768814/location/" />