Forum Moderators: phranque
I know that it is possible to create .htaccess instructions so that files with an .htm extension are parsed, allowing SSI benefits for an entire site. But is it possible to specify only specific .htm files that I want to be parsed - while still maintaining the current .htm file extension?
(I'd like to use server side includes on files that are currently doing very well in Google, so keeping the same URL would be a great benefit)
Any tips gratefully accepted!
Welcome to WebmasterWorld [webmasterworld.com]!
> But is it possible to specify only specific .htm files ...
Yes, use XBitHack in Apache mod_include [httpd.apache.org].
Setting the various execute permission bits then controls various aspects of SSI and Last-Modified dates.
Jim