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?
Livecode Server (how to install, test, and manage)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Livecode Server (how to install, test, and manage)
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Livecode Server (how to install test and manage SOLVED
Hi to all!!!!
I too had the same problem and I solved it this way!
Here's my .htaccess
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

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
"I'm back" - The Cyberdyne Systems Model 101 Series 800 Terminator