I have a div element that I would like to redirect to another url on my
site. When I take that url routing offline I can see the proper url show
up in the browser. For example I can go from my.site.com to
my.site.com/login/google.
However, as soon as I turn that url live instead of going to the url I get
sent to this url:
my.site.com/Index.safari.cache.html
Contents:
This script is part of module Index
I'm am calling Window.setLocation with a relative url so it looks like this:
Window.setLoaction("login/google")
Thanks for any help you guys can offer.
Regards,
Jesse