Re: Livecode server configuration: tracking down and Apache redirect

2020-12-18 Thread Richard Gaskin via use-livecode
David Bovill wrote: > I have a Livecode server running Revigniter under Apache on Ubuntu. I > installed it 8 years ago or so, and it is causing redirect problems > with files ending in .json. I am assuming that a long time ago a set > the configuration somewhere to handle .json files in a particu

Livecode server configuration: tracking down and Apache redirect

2020-12-18 Thread David Bovill via use-livecode
I have a Livecode server running Revigniter under Apache on Ubuntu. I installed it 8 years ago or so, and it is causing redirect problems with files ending in .json. I am assuming that a long time ago a set the configuration somewhere to handle .json files in a particular way, but I can’t track

Re: Checking a received header for LC Server or revIgniter>

2020-12-18 Thread Ralf Bitter via use-livecode
Accidentally I sent the following message to David directly, maybe it is helpful for others too: If you go the revIgniter route use rigGetHTTPheader("myCustomHeader"), otherwise you can use $_SERVER["HTTP_myCustomHeader"]. Ralf On 17.12.20 00:35, David Bovill via use-livecode wrote: I’m look