Author: jkreps
Date: Tue Aug 2 14:49:13 2011
New Revision: 1153151
URL: http://svn.apache.org/viewvc?rev=1153151&view=rev
Log:
Enable server-side includes for html files.
Added:
incubator/kafka/site/.htaccess
Added: incubator/kafka/site/.htaccess
URL: http://svn.apache.org/viewvc/incubator/kafka/site/.htaccess?rev=1153151&view=auto
==============================================================================
--- incubator/kafka/site/.htaccess (added)
+++ incubator/kafka/site/.htaccess Tue Aug 2 14:49:13 2011
@@ -0,0 +1,3 @@
+Options +Includes
+AddType text/html .html
+AddHandler server-parsed .html
\ No newline at end of file
|