You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2016/06/02 13:53:49 UTC

svn commit: r1746577 - in /velocity/site: cms/trunk/content/.htaccess production/.htaccess

Author: cbrisson
Date: Thu Jun  2 13:53:49 2016
New Revision: 1746577

URL: http://svn.apache.org/viewvc?rev=1746577&view=rev
Log:
[site] site news mime-type handing in .htaccess

Modified:
    velocity/site/cms/trunk/content/.htaccess
    velocity/site/production/.htaccess

Modified: velocity/site/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/.htaccess?rev=1746577&r1=1746576&r2=1746577&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/.htaccess (original)
+++ velocity/site/cms/trunk/content/.htaccess Thu Jun  2 13:53:49 2016
@@ -14,3 +14,7 @@ Redirect 301 /engine/1.7/jar-dependencie
 Redirect 301 /engine/devel/vtl-reference-guide.html /engine/devel/vtl-reference.html
 Redirect 301 /engine/devel/changes-report.html /engine/devel/changes.html
 Redirect 301 /engine/devel/jar-dependencies.html /engine/devel/dependencies.html
+
+<FilesMatch "\.rss$">
+  ForceType application/rss+xml
+</FilesMatch>

Modified: velocity/site/production/.htaccess
URL: http://svn.apache.org/viewvc/velocity/site/production/.htaccess?rev=1746577&r1=1746576&r2=1746577&view=diff
==============================================================================
--- velocity/site/production/.htaccess (original)
+++ velocity/site/production/.htaccess Thu Jun  2 13:53:49 2016
@@ -14,3 +14,7 @@ Redirect 301 /engine/1.7/jar-dependencie
 Redirect 301 /engine/devel/vtl-reference-guide.html /engine/devel/vtl-reference.html
 Redirect 301 /engine/devel/changes-report.html /engine/devel/changes.html
 Redirect 301 /engine/devel/jar-dependencies.html /engine/devel/dependencies.html
+
+<FilesMatch "\.rss$">
+  ForceType application/rss+xml
+</FilesMatch>