Hello again, As a follow-up to this thread : if anyone's interested, the problem was that the permanent redirection was set to port 80; after removing that line from the htaccess file, everything started working like a charm.
Best. On Sun, November 11, 2018 10:17 am, jbv via use-livecode wrote: > Hi list, > I am updating an old standalone for a client of mine who has > just migrated his domain to HTTPS. There is also a permanent redirection > 301 from http to https in the htaccess file. > > > The standalone uses numerous commands in the form > get URL "http://www.mydomain.com/irev/myScript.lc" which I am updating to > get URL "https://www.mydomain.com/irev/myScript.lc" > > The problem is that both forms return empty when the 301 > redirection is on; otoh everything works fine when the 301 redirection is > removed from the htaccess file. > > I haven't found any post nor any relevant tutorial on > the LC list or forum. So my question is : how can I update all those "get > URL" commands with a 301 redirection > in htaccess ? > > Thanks in advance. > jbv > > > _______________________________________________ > use-livecode mailing list [email protected] Please visit this > url to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
