Hello,
Look in httpd.conf, and if you find the following directive, that could
be the trick !
#
# Enable server side includes (SSI) for the index.html pages, as some of
the content
# is created dynamically. Of course this should be disabled when setting
up a productive
# server.
<Files index.html>
Options -FollowSymLinks +Includes
</Files>
Bye,
Herv� PARIS <[EMAIL PROTECTED]>
Assistance Publique - H�pitaux de Paris
67 Boulevard Bessi�res
75017 PARIS
FRANCE
Bureau: 33/0 1.40.25.38.16
T�l�copie: 33/0 1.42.26.42.21
"Kittendorf, Craig" a �crit :
>
> On SuSE installation of Linux for S/390, I copied index.html to index2.html
> in same directory. When I open index.html in a browser (MS IE) it looks
> fine. When opening index2.html, some of the <!--#exec cmd scripts do not
> work. For example the following:
>
> <!--#exec cmd='
> if test -d /usr/share/doc/susehilf/ ; then
> echo " <LI><A HREF=\"doc/susehilf/\">SuSE
> Help Pages</A>"
> else
> echo " <LI>SuSE Help Pages are not
> installed"
> fi
>
> if test -d /usr/share/doc/sdb/en/html/ ; then
> echo " <LI><A
> HREF=\"doc/sdb/en/html/index.html\">SuSE Support Database</A>"
> else
> echo " <LI>English SuSE Support Database is
> not installed"
> fi
> ' -->
>
> What's breaking?
>
> Thanks,
> Craig Kittendorf
> Systems Programmer