summaryrefslogtreecommitdiff
path: root/.htaccess.dist
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess.dist')
-rw-r--r--.htaccess.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess.dist b/.htaccess.dist
index c77ee05f0..45747c1ca 100644
--- a/.htaccess.dist
+++ b/.htaccess.dist
@@ -12,6 +12,8 @@ Options -Indexes
## Comment these rules in if you want to have nice URLs
#RewriteEngine on
+#RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
+#RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
#RewriteRule ^$ doku.php [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d