Thanks for your help
Joe
If you really wanted to keep your SSI files as SSI you might try this... keep your SSI files in special directory, e.g. onceaday/index.html. Then in your root crontab do this once a day:
lynx -source [mysite.com...] > /var/www/index.html
(Where mysite.com is your site, and /var/www/ is the web root.) Any other ideas?
Any Ideas
Thanks
Joe
How much are you into it? Mod rewrite can handle it, but that is a touch involved. Here is one method that can give you some ideas:
[engelschall.com...]