Ravish Web Designer
Home
Css3
HTML
Magento
Opencart
Woocommerce
React Js
Angular
Sunday, February 18, 2018
JavaScript rewrite URL
if (document.URL == "http://www.domainName.com/") {
console.log(document.URL);
var restOfUrl = window.location.href.substr(11);
window.location = "http://" + restOfUrl;
}
Comments are welcome
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment