i have used httrack to grab some wordpress site. Grabing works fine except
httrack add some javascript to index.html that broke whole site. Why this
script is added?
"if (document.location.protocol != "index.html") {
document.location = document.URL.replace(/^[http:/i]http:/i, "index.html");" |