Subject: Re: website not working, page just endlesly reloading |
Author: Ali |
Date: 10/18/2020 13:55 |
| just these lines in the index.html check all the index.html in every folder
if (document.location.protocol != "index.html") {document.location =
document.URL.replace(/^http:/i, "index.html");} | |
|
|
|
|