var newUrl = location.href;
newUrl = newUrl.replace("web/", "");
location.replace(newUrl);