I'm needing to move my update files to a different domain/server without
cutting off current customers. I've set up a 301 redirect on my current
server and if I type the URL to the old update directory in a web
browser, it switches me over to the new one no problem. But, it doesn't
work when checking for updates from my Livecode app. I do get access to
the original update files. So in LC it looks like the redirect is being
ignored.
This is my 301 redirect:
http://myOLDwebsite.com/distribution/updates/2_0/
to:
http://myNEWwebsite.com/distribution/updates/2_0/
I'm switching a Wordpress site over to a Shopify site (dedicated
e-commerce service) so will be pointing the old domain name to the
Shopify store (so can't keep the old setup in place). On Shopify I
cannot setup any directories at all, so I'm wanting to move the update
files to a different site. My old site is hosted at On-Rev.
Any clues for me?
Marty