On Mon, Nov 17, 2014 at 9:14 PM, Richard Gaskin <ambassa...@fourthworld.com>
wrote:

> To change directories use cd:
>
> cd somedomain.com/cgi-bin
>
> From there you can use chmod, or run the server executable using the
> example I gave before.
>

With all due respect - the problem here is getting livecode and php to
execute together in the same domain space (where we might want some
Wordpress pages AND livecode. This is my problem as well. The htaccess
magic words that used to allow this with PHP 5.2 don't work any more - some
syntax has changed either with PHP, Apache, or the use of Ubuntu vs Debian.

Options +ExecCGI FollowSymLinks
AddHandler livecode-script .lc .irev
AddHandler php-script .php .htm .html
DirectoryIndex index.irev index.lc index.php index.html
Action livecode-script /cgi-bin/livecode-server/livecode-community-server

some 'help' pages mention some other syntax for htaccess in the new
versions of php:

AddHandler application/x-httpd-php53 .php .htm .html


--- but I'm without a paddle here too -  all my combo Livecode/php sites
are down.... Last time Andre saved me....


also - Scott - the permissions on ALL the LC  server files matter, and they
get scrambled when moved, either directly or by zip.

here's my chart of permissions that worked before:

http://barncard.com/downloads/LIVECODE_SERVER_SETUP.pdf

*--*
*Stephen Barncard - San Francisco Ca. USA - Deeds Not Words*
_______________________________________________
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