Matt Maier wrote:

> I've followed along with this...
>
> http://lessons.livecode.com/spaces/lessons/buckets/809/lessons/36654-How-do-I-install-LiveCode-Server-on-Windows-with-Apache-
>
> ...and got as far as getting the example html to appear at
> localhost/test.lc
>
> But the <?lc livecode script ?> isn't being rendered, it's just being
> treated like html.
>
> I tried changing "<?lc" to just "<?" like in revIgniter, but that
> didn't change anything.
>
> I also tried changing the file from "test.lc" to "test.blerg" and got
> exactly the same output at localhost/test.blerg so I'm not even sure
> if the server is aware that it should be sending *.lc files to
> livecode server.
>
> How do I troubleshoot why the server isn't rendering the livecode
> script?

Are all three of this modules active in your Apache install?:

mod_cgi
mod_actions
mod_alias

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
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