You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/22 09:18:16 UTC

svn commit: r1448931 - /incubator/marmotta/site/trunk/content/resources/.htaccess

Author: wikier
Date: Fri Feb 22 08:18:16 2013
New Revision: 1448931

URL: http://svn.apache.org/r1448931
Log:
added the right mime type to .rdf files

Added:
    incubator/marmotta/site/trunk/content/resources/.htaccess

Added: incubator/marmotta/site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/resources/.htaccess?rev=1448931&view=auto
==============================================================================
--- incubator/marmotta/site/trunk/content/resources/.htaccess (added)
+++ incubator/marmotta/site/trunk/content/resources/.htaccess Fri Feb 22 08:18:16 2013
@@ -0,0 +1,3 @@
+
+AddType application/rdf+xml .rdf
+