server-side includes and character encoding
问题 I created a static website in which each page has the following structure: Common stuff like header, menu, etc. Page specific stuff in main content div Footer In this website, all the common content is duplicated in each page. In order to improve the maintainability I refactored the pages to use server-side includes (SSI) so that the common content is not duplicated. The structure of each page is now SSI for Common stuff like header, menu, etc. Page specific stuff in main content div SSI for