Forum Moderators: phranque
but i found out that even without using an XBitHack, you can SSI-parse any files by just declaring the way i did like below...
AddHandler server-parsed .shtml .txt .html
AddType text/html .shtml .txt .html
and it works!.
i now wonder why the documentation doesnt mention this kind of approach.
or maybe this approach may have a dire issues!
please let me know if there is any!.
kind regards.
The manual does mention this kind of approach, including some of the positives and negatives.
Apache Tutorial: Introduction to Server Side Includes [httpd.apache.org]
<edit>fixed spelling</edit>
[edited by: coopster at 5:45 pm (utc) on Nov. 29, 2006]
Jim