SSI error

Status
Not open for further replies.

Sheer Cold

New Member
Messages
6
Reaction score
0
Points
0
In the body of my site index's source (.shtm) I have this:
HTML:
<tr>
 <td><!--#include virtual="/home/sheercol/public_html/ssi/date.htm"--><br />
 </td>
</tr>
This is the file date.htm:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Date</title>
</head>
<body>
<p><strong>5/25/08</strong></p>
</body>
</html>
In the spot where I intended the date to appear is [an error occurred while processing this directive].

Should I modify the code, install an Apache handler, or something else?
Edit:
Never mind, I found out how to do it by guessing-and-checking...

Thanks if a mod could close this thread.
 
Last edited:
Status
Not open for further replies.
Top