Re: PHP and Livecode Server living together on Dreamhost.

2012-01-15 Thread Andre Garzia
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

Re: PHP and Livecode Server living together on Dreamhost.

2012-01-15 Thread stephen barncard
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

Re: PHP and Livecode Server living together on Dreamhost.

2012-01-15 Thread stephen barncard
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-

Re: PHP and Livecode Server living together on Dreamhost.

2012-01-15 Thread Michael Kann
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

Re: PHP and Livecode Server living together on Dreamhost.

2012-01-15 Thread Michael Kann
-- 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