gnomeweb-wml r6460 - in trunk: . projects.gnome.org



Author: murrayc
Date: Fri Nov 14 10:13:14 2008
New Revision: 6460
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6460&view=rev

Log:
2008-11-14  Murray Cumming  <murrayc murrayc com>

* projects.gnome.org/htaccess: Added a handler for .shtml files, 
to try to get SSI working for evolution/.

Modified:
   trunk/ChangeLog
   trunk/projects.gnome.org/htaccess

Modified: trunk/projects.gnome.org/htaccess
==============================================================================
--- trunk/projects.gnome.org/htaccess	(original)
+++ trunk/projects.gnome.org/htaccess	Fri Nov 14 10:13:14 2008
@@ -1,5 +1,12 @@
 Options +MultiViews +SymLinksIfOwnerMatch +Includes
 
+#Process .shtml as SSI (see the Includes option):
+<Files *.shtml>
+AddType text/html .shtml
+AddHandler server-parsed .shtml
+</Files>
+
+
 # Epiphany reorg
 Redirect 301 /epiphany/downloads.html  http://live.gnome.org/Epiphany/Downloads
 Redirect 301 /epiphany/news.html       http://blogs.gnome.org/epiphany



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]