In the body of my site index's source (.shtm) I have this:
<tr>
<td><!--#include virtual="/home/sheercol/public_html/ssi/date.htm"--><br />
</td>
</tr>
This is the file date.htm:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Kind of a noobish question... how do you get rid of the .htm/.html extension on your site's pages?
I made a page called test: http://pokemon.exofire.net/dex/test
If I name the file "test" it converts to plain text. I have to name it "test.htm" for it to appear as HTML. (I'm using cPanel 11.) I...