summaryrefslogtreecommitdiff
path: root/http/.htaccess
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-02-02 19:41:22 +0100
committeremkael <emkael@tlen.pl>2018-02-02 19:41:22 +0100
commit52aa40b9b8764da2872385fb4ff4155874b28c57 (patch)
tree95bcd65d8f1ab7d0447e43d27f899ab204731fa4 /http/.htaccess
parent16a32604f5f2459418dd94f31de499990f0dfb69 (diff)
Treating GUID links as redirects
Diffstat (limited to 'http/.htaccess')
-rw-r--r--http/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/.htaccess b/http/.htaccess
index e3378e5..47c993c 100644
--- a/http/.htaccess
+++ b/http/.htaccess
@@ -1,2 +1,2 @@
RewriteEngine On
-RewriteRule (.*)/(.*).xml /index.php?format=$2&query=$1
+RewriteRule (.*)/(.*).xml(/.*)? /index.php?format=$2&query=$1&pathinfo=$3