You could try to use this method for .htaccess

Options +ExecCGI
Action custom-livecode /cgi-bin/livecode-server/livecode-server
<FilesMatch ".+\.lc$">
SetHandler custom-livecode
</FilesMatch>



Please note, that if you have several add-on domains and each domain uses its 
own root folder and you want to use the custom livecode server installation 
with each domain,  you have to put livecode server and .htaccess into each root 
folder. 


Regards,
Matthias

> Am 24.05.2018 um 17:32 schrieb Mike Bonner via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Has anyone had luck using an .htaccess to change the engine used with
> onrev?  I'm hoping to override 7.0.1 (the default version it seems) with a
> more recent version, but the information here:
> http://lessons.livecode.com/m/4070/l/41105-how-do-i-choose-which-livecode-server-engine-to-use-with-on-rev
> doesn't seem to work.  I even tried the older version used in the example
> (4.6.3) and its not found.  If it works for others, i'm thinking there is
> something munged in my account specifically.  If you DO have it working,
> i'd appreciate an example so that I can duplicate it to test.
> 
> Thanks!
> _______________________________________________
> 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

_______________________________________________
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