HTML, using a relative URL as a BASE URL?
        Posted  
        
            by Probocop
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Probocop
        
        
        
        Published on 2010-03-28T14:04:03Z
        Indexed on 
            2010/03/28
            14:13 UTC
        
        
        Read the original article
        Hit count: 294
        
html
Is it possible to set a base url on a page with a relative value?
For example, I have two websites (website A and website B). For Website B it will be located at www.website-a.com/website-b. So could I set the BASE href as '/website-b/'?
Thanks
© Stack Overflow or respective owner