[thelist] Same Code Section in 50+ Pages

Walker, Matthew Matthew.Walker at cdc.org.nz
Wed Sep 6 20:45:30 CDT 2000


> Can SSIs be used on static HTML pages though? If so, how?

Yup (well yes and no, if you use them they're not static anymore), you go

	<!--#include file="blah.html"--> or
	<!--#include virtual="/blah.html"-->

and if that doesn't work you need to edit (or create) a text file called
.htaccess (yes that's no typo) and add the line:

	AddType text/x-server-parsed-html .shtml .html





More information about the thelist mailing list