I take back my earlier statement. There was a .htaccess file in the httpdocs directory. When I renamed that one, the scripts started working. But now, how to I enable SSI?
The .htaccess file contains the following:
AddType text/html .shtml
AddHandler server-parsed .shtml
Options +Includes
XBitHack on
RewriteEngine On
Options +FollowSymlinks
And yes PHP is enabled.
So is it possible to support both SSI and cgi?
Thanks,
George