Forum Moderators: mack
So FP includes will use slightly more disk space on the server - but the convenience to you as author will be about the same. However, watch out for FrontPage's notorious code bloat. People do make decent HTML with it, but it takes some vigilance.
One thing that is VERY important is whether you FTP or publish the site using FP.
FP includes will work to a point if you FTP, but as you have discovered if you FTP and make changes to the included page you must also FTP up all the pages in which it is included in order for the changes to appear. Which is a nuisance and sort of defeats the purpose.
However if you publish, using the option "Publish changed pages only" then you do not have to worry about that.
Some less experienced users of FP especially like FP includes for two other reasons.
1. They are visible in wysiwyg view when you are working on the site locally, which a lot of people like.
2. You can move pages about, including include pages, rename them and so on and FP will update all the links for you. Which is handy, and is not the case with SSI includes in an FP site.
As Marcia points out you can have pages parsed for SSI using .htaccess. Just add this to your .htaccess file:
AddType text/html .shtml
AddHandler server-parsed .html
AddHandler server-parsed .shtml
It would be as well to ask permission from your host before you do this, it can be considered a violation of your host's terms and conditions, better safe than sorry!
Personally I prefer SSI as I like to use .txt files for included pages, which FP will not handle.
Of course if you are looking at hundreds of thousands of page views daily at your site it may be a different story ......