summaryrefslogtreecommitdiff
path: root/.htaccess.dist
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess.dist')
-rw-r--r--.htaccess.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess.dist b/.htaccess.dist
index 77a4b9579..268144d8a 100644
--- a/.htaccess.dist
+++ b/.htaccess.dist
@@ -16,6 +16,7 @@
#RewriteEngine on
#RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
#RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
+#RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
#RewriteRule ^$ doku.php [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d