CAN SOMEONE PLEASE HELP!
i must include .php3 files as SSI inside .html files. Example:
<!--#include file="testJL.php3" -->
i have been able to do this on Hostway (PHP 5.2.6-0, Linux 2.6.30.5 ) with the .htaccess page at bottom but i am unable to accomplish this on Go Daddy (PHP 5.2.17, Linux 2.6.18) with either variations of the code at bottom or the current installed code immediately below.
Go Daddy support is USELESS and log files yield nothing.
__________________________________________________________________________
GO DADDY CONFIG FILES and CONTENTS
(located in root dir.)
.htaccess
-----------------
AddType application/x-httpd-php .php3
AddHandler x-httpd-php .php3
.httpd.config
-----------------
Options +Includes
XBitHack on
Current error:
[an error occurred while processing this directive] in the include space.
__________________________________________________________________________
HOSTWAY CONFIG FILE AND CONTENTS
.htaccess
-----------------
#AddType application/x-httpd-php .php .htm .html .php3
Options +Includes +ExecCGI
XBitHack full
Action application/x-php /cgi-bin/php
AddType application/x-php .php .sphp .php3
Current Error:
NONE (on Hostway). Generic non-specific page errors on Go Daddy.