summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.htaccess2
-rw-r--r--export9
2 files changed, 10 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 28a59e735..7d19775fd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -14,7 +14,7 @@
</Files>
# Syndicate content:
-<Files ~ "(syndicate.rdf|syndicate.rss|syndicate.xml)">
+<Files export>
ForceType application/x-httpd-php
</Files>
diff --git a/export b/export
new file mode 100644
index 000000000..6b1fa9457
--- /dev/null
+++ b/export
@@ -0,0 +1,9 @@
+<?
+
+include "includes/common.inc";
+
+if ($repository["backend"]) {
+ backend_rdf();
+}
+
+?> \ No newline at end of file