HTM pages with dynamic content
I am currently doing a content managed site. Eventhough the content of pages comes from database, they want all the visitor side pages to be .htm. (They feel it will be more search engine friendly then).
I am doing it like this.
As an example, I am taking one page - contactus.htm. As and when the content changes, I am recreating the page contactus.htm. My problem is that, since the page is an htm page, the changes are not coming into effect immediately. The htm files are going into cache and page is shown from cache only. I cannot prevent an HTM page from going into cache.
Could anybody please help me ?
|