On Mon, Jan 16, 2012 at 12:50 AM, stephen barncard
wrote:
> Thanks Michael - that did the trick. This saved me a lot of searching...
> I guess making any statement would wipe out params set at a higher level.
> Hierarchal - like css.
> this works all around - everybody's happy
>
> Options +ExecCG
going into my script scrapbook - thanks
On 15 January 2012 18:50, Michael Kann wrote:
> Stephen,
>
> It looks like you just stack up AddHandler statements for each language:
>
> AddHandler livecode-script .lc .irev
> AddHandler php-cgi .php
>
> -- good webpage
> http://www.askapache.com/htaccess
Thanks Michael - that did the trick. This saved me a lot of searching...
I guess making any statement would wipe out params set at a higher level.
Hierarchal - like css.
this works all around - everybody's happy
Options +ExecCGI FollowSymLinks
AddHandler livecode-script .lc .irev
AddHandler php5-
Stephen,
It looks like you just stack up AddHandler statements for each language:
AddHandler livecode-script .lc .irev
AddHandler php-cgi .php
-- good webpage
http://www.askapache.com/htaccess/ultimate-htaccess-file-sample.html
Mike
--- On Sun, 1/15/12, stephen barncard wrote:
From: stephen
-- You might have to let php in on the fun in the following line:
AddHandler livecode-script .lc .irev
http://www.webmasterworld.com/php/3127670.htm
--- On Sun, 1/15/12, stephen barncard wrote:
From: stephen barncard
Subject: PHP and Livecode Server living together on Dreamhost.
To: "How to us