| | I have a website which contains lots of script tags with src attributes which
look like: "//code.jquery.com/jquery-1.10.2.js". It seems that by default
httrack is converting those to something relative URLs like:
""../../../../code.jquery.com/jquery-1.10.2.js". I'd like to have httrack
keep those external URIs as is, or perhaps convert them to a more proper
<http://code.jquery.com/jquery-1.10.2.js>. How can I do that?
Note that I am using webhttrack on a Mac which, as I understand it, seems to
have a different UI than the Windows version.
Thanks in advance.
-Mark | |