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
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to