OK. Here's what further testing has shown. Here's a directory structure of the test directory:
-rw-r--r-- 1 apache apache 608 Apr 11 10:41 index.php
-rw-r--r-- 1 apache apache 661 Apr 11 09:07 sto_colors.php
-rw-r--r-- 1 apache apache 9149 Apr 11 09:07 sto.map
-rw-r--r-- 1 apache apache 152 Apr 8 08:37 test.crests
-rw-r--r-- 1 apache apache 149 Apr 8 08:37 test.inc
-rw-r--r-- 1 apache apache 149 Apr 8 08:36 test.map
-rw-r--r-- 1 apache apache 149 Apr 11 09:08 test.php
Everything includes fine except sto_colors.php, which returns a permission denied message. test.php, which simply sets to vars and outputs a table saying it was included, works.
For testing , here's the contents of sto_colors.php:
<?php
$colors=array("gage"=>"color", "lsbc1"=>"#BDC2BB", "mosc1"=>"#BDC2BB", "clkc1"=>"#BDC2BB",
"tisc1"=>"#BDC2BB", "thtc1"=>"#BDC2BB", "rdbc1"=>"#BDC2BB", "atic1"=>"#BDC2BB",
"btcc1"=>"#BDC2BB", "rmsc1"=>"#BDC2BB", "gric1"=>"#BDC2BB", "ncoc1"=>"#BDC2BB",
"sacc1"=>"#BDC2BB", "hamc1"=>"#BDC2BB", "mhbc1"=>"#BDC2BB", "cluc1"=>"#BDC2BB",
"vonc1"=>"#BDC2BB", "clsc1"=>"#BDC2BB", "tehc1"=>"#BDC2BB", "patc1"=>"#BDC2BB",
"vnsc1"=>"#BDC2BB", "samc1"=>"#BDC2BB", "bdbc1"=>"#BDC2BB", "vwbc1"=>"#BDC2BB",
"mdsc1"=>"#BDC2BB", "rvbc1"=>"#BDC2BB", "orfc1"=>"#BDC2BB", "mcnc1"=>"#BDC2BB",
"obbc1"=>"#BDC2BB", "clac1"=>"#BDC2BB", "yubc1"=>"#BDC2BB", "fmwc1"=>"#BDC2BB");
?>
Thanks again for the help in this...