Hey, I'm stuck on this for more that 5 hours now.
I have absolute url on site (site.com/assets/style.css)
How I mark that link (<link href="http://site.com/assets/style.com" />)
not to change (strip domain part)
I have tried with class, but it seems that is not working (same goes for change language)
href="http://site.com/iw/ is changed to href="iw"
I WANT to use absolute URL, dont want some jaba jaba relative paths or anything like that. I dont want <base> tag to define where to go. I only need to exclude link and a from been converted.
Is there a way to do so ?
And that is working!