Page 2 of 2
Re: Livecode Server (how to install, test, and manage)
Posted: Tue Dec 03, 2013 3:45 pm
by FourthWorld
Can you log into the machine via SSH and run the script from the command line? That'll cut the solution space in half, telling you whether the problem is indeed isolated to the .htaccess file or to something with livecode-server on that machine.
Also, what is the specific error you're getting? And have you checked the server's error_log?
Re: Livecode Server (how to install test and manage SOLVED
Posted: Fri Jan 17, 2014 4:51 pm
by Mariasole
Hi to all!!!!
I too had the same problem and I solved it this way!
Here's my .htaccess
Code: Select all
#Options ExecCGI
# I have put 'all' extension, for example!!!
AddHandler livecode-script .lc .irev .html .htm
Action livecode-script /cgi-bin/livecode-community-server
In fact, I disabled the first line (#Options ExecCGI) , that was the problem!
In many low-cost shared servers this line is already activated! If you let it go to server 500 error!
Also I corrected this line "/cgi-bin/livecode-server" with this! "livecode-
community-server"
Viva LiveCodeServer!!
Baci!
=^..^=
Mariasole