[solved] Re: https, 301 redirection and get URL

jbv jbv at souslelogo.com
Sun Nov 11 10:26:33 EST 2018


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






More information about the use-livecode mailing list