|
Whichever Web site production tool you use, youll almost certainly need to change the suffix at the end of the Web pages name before things will work. This should normally be .shtml instead of .html, as that is the standard SSI convention used for Apache-based Web servers. However, if youre forced to use servers running Microsoft IIS youll have to use .asp instead. Dreamweaver users should rename an existing pages filename in the Finder - be sure to close the document first. In Freeway, click in a blank area to deselect everything, and use the Inspector palette to change that pages filename suffix. Now when the server handles this file it knows to look inside for special instructions. |
|