View Single Post
Old 2007-02-22, 10:22 PM   #11
ponygirl
on vacation
 
ponygirl's Avatar
 
Join Date: Sep 2004
Posts: 2,095
Send a message via ICQ to ponygirl
Quote:
Originally Posted by MrYum View Post
Actually, it is really easy. I was intimidated at first too, but once you use it...you'll love it

The first 3 lines of my htaccess...
RewriteEngine on
AddHandler server-parsed .html
Options All -Indexes FollowSymLinks Includes

That third line tells the server it's ok to follow 'includes'...whether they be ssi or php.

You can save as either txt or html...doesn't matter a bit. Just be sure to use the right extension when including the file in your html.

<!--#include virtual="/pathto/recips.txt" -->

Yup, that looks right to me
thanks for the info, I'll give this a try

is there any reason other than organizational to use this for recip tables? I suppose it would lighten up the page a bit too. Any downsides to using it?
ponygirl is offline   Reply With Quote