Mariasole wrote:Richard Thanks!
I am beginning to use LiveCodeServer and I'm enthusiast! Farewell PHP, ASP, PYTON, now even
I can program the active pages!
WARNING: LiveCode Server may be addictive.
The problem though is that it seems to me that for RunRev, LiveCodeServer is a bit 'a
Cinderella!
In short, LiveCodeServer should have the
same dignity "as product" like LiveCode(non server)!
Even for installation via .htaccess would be better to insert my "discovery" (
http://forums.runrev.com/viewtopic.php? ... =15#p94716) since on cheap commercial servers LiveCodeServer will not install without the trick!
The challenge there is that server configurations vary. For example, that line you commented works well on the servers I've deployed to, while on others it makes no difference. Yours is the first I've seen where it prevents the script from running, but given the many different ways hosting companies set up their servers it's not entirely surprising.
In short, I'm not sure it's possible to provide a single summary doc that'll cover all possible configs. As much as they'd like to shield folks from having to learn too much about mod_rewrite and Apache config files, that knowledge is sometimes needed - and even where it's not needed it can be very valuable for extending your work with LC server. Apache's a great system, but like any powerful software it has a bit of a learning curve.
One question about your .htaccess file:
The AddHandler statement there tells Apache to use LiveCode Server for all .htm files. Normally those are static files we want Apache to deliver as-is, with only other specific types (.php for PHP or .lc for LiveCode) to be handed off to their respective engines for additional processing. As written, all HTML page requests at your server will load LC Server to process them.
Is that what you meant to do?
I do that myself with a CMS I'm building because in that system I have no static pages and want LC to process all requests, and using .htm keeps my URLs in a form that looks to the user like static pages. In my case that's what I'm after, since the system is performance-optimized so that the user experience should be efficient enough that they'll never know the difference.
But it's an unusual thing to do, so I just wanted to double-check to make sure that's what you were after.
Indispensable put a LiveCodeServer UserGuide inside the zip of LCS! I thank you for pointing this out to the staff!
It used to be included, and was dropped when they changed their build scripts over the last year. I suspect it'll be easy for them to put that back in, hopefully very soon.
Another important thing would be to make the sections of
evangelism 
, making such classic examples of PHP in LCS. Like... LIVECODESERVER

vs PHP

, etc!
The LC Server tutorials at LiveCode.com are a great resource:
http://lessons.runrev.com/m/4070
Many of the tutorials there were contributed by members of the community - perhaps you'll consider adding one if you have time down the road?