https, 301 redirection and get URL

jbv jbv at souslelogo.com
Sun Nov 11 04:17:19 EST 2018


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





More information about the use-livecode mailing list