AW: htaccess rewrite rule to https let my apps stop working

2017-08-21 Thread Tiemo Hollmann TB via use-livecode
ne Betreff: Re: AW: htaccess rewrite rule to https let my apps stop working T. Had a similar experience while migrating my site to https. What I found was my standalones were missing the revsecurity.dll external. After rebuilding those to include revsecurity.dll, the standalones were able to cont

Re: htaccess rewrite rule to https let my apps stop working

2017-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
T. Yes mod-rewrite is the way to go. What Matthias sent is how we are doing it. but for backwards compatibility in our apps I also include a function to replace http:// with https:// in any URL in our apps. BR ___ use-livecode mailing list

Re: AW: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread tbodine via use-livecode
-revolution.278305.n4.nabble.com/htaccess-rewrite-rule-to-https-let-my-apps-stop-working-tp4718561p4718572.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread Matthias Rebbe via use-livecode
php calls with return values? > Tiemo > > > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Matthias Rebbe via use-livecode > Gesendet: Freitag, 18. August 2017 14:42 > An: How to use LiveCode > Cc: Matthias Rebbe

AW: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread Tiemo Hollmann TB via use-livecode
te rule to https let my apps stop working Hi Tiemo, it´s messed up. Please use the link https://dl.qck.nu//?dl=sample_htaccess.txt <https://dl.qck.nu//?dl=sample_htaccess.txt> to download the textfile. I´ve forgot to mention that you have to replace yourdomain.com <http://yourdom

AW: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread Tiemo Hollmann TB via use-livecode
-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Mark Waddingham via use-livecode Gesendet: Freitag, 18. August 2017 14:15 An: How to use LiveCode Cc: Mark Waddingham Betreff: Re: htaccess rewrite rule to https let my apps stop working On 2017-08-18 13:58, Tiemo Hollmann TB

Re: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread Matthias Rebbe via use-livecode
Hi Tiemo, it´s messed up. Please use the link https://dl.qck.nu//?dl=sample_htaccess.txt to download the textfile. I´ve forgot to mention that you have to replace yourdomain.com with your domain. Matthias > Am 18.08.2017 um

Re: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread Matthias Rebbe via use-livecode
Hi Tiemo, we are using the following code in the htaccess to redirect http:// request (either with or without www) to https://www.multitronic.de RewriteEngine on RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^yourdomain.com $ [NC,OR] Re

Re: htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread Mark Waddingham via use-livecode
On 2017-08-18 13:58, Tiemo Hollmann TB via use-livecode wrote: Hello, I attached a certificate to our domain and started switching our domain / web from http to https, because of the security alerts of some browsers saying that our site isn't safe. So far so good. Our web hoster recommended t

htaccess rewrite rule to https let my apps stop working

2017-08-18 Thread Tiemo Hollmann TB via use-livecode
Hello, I attached a certificate to our domain and started switching our domain / web from http to https, because of the security alerts of some browsers saying that our site isn't safe. So far so good. Our web hoster recommended to put a rewrite rule into the htaccess to redirect all http calls on