Page is a not externally linkable
g1smd - 7:26 pm on Jul 21, 2008 (gmt 0)
But FP includes are all bass ackwards. You have includes in your code, FP assembles the pages when you publish, and you upload all of the pages of the site every time you change some little thing with the included code parts. Once you discover PHP includes, you never look back. With those you only need to upload the bits of the page that have changed, The server builds the pages on-the-fly. It's a completely different way of working, and allows the site to programmatically change the page content.
*** The only things I actually use Frontpage for are the includes. ***