How can I redirect a user to home page?
Example: mywebsite.com/ddfdf/fdfdsf and I want to redirect to mywebsite.com
However I want to do it wit
window.location = '/';
Should usually do the trick, but it depends on your sites directories. This will work for your example