kilroy
07-13-2001, 12:16 PM
Howdy:
Problem
I am trying to serve a page, using a remote source.
what I have is :
Apache server:
.htaccess with the following:
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi
AddType text/x-server-parsed-html .html
AddType text/x-server-parsed-html .htm
And my .html with the include:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><!--#include file="http://***.***.***/****" --></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<p> </p>
</body>
</html>
and it does not work
{*=the server name and page.}
Anybody out there able to shed some light?
Thanks
Kilroy
Ps the error is get is :
[an error occurred while processing this directive]
Problem
I am trying to serve a page, using a remote source.
what I have is :
Apache server:
.htaccess with the following:
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi
AddType text/x-server-parsed-html .html
AddType text/x-server-parsed-html .htm
And my .html with the include:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><!--#include file="http://***.***.***/****" --></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<p> </p>
</body>
</html>
and it does not work
{*=the server name and page.}
Anybody out there able to shed some light?
Thanks
Kilroy
Ps the error is get is :
[an error occurred while processing this directive]