From 68f5ac77ee0ca7788c7c48681ad2067de2af427b Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 16 Jan 2017 17:32:19 +0100 Subject: * new structure, for multiple providers --- http/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/.htaccess') diff --git a/http/.htaccess b/http/.htaccess index 9f57019..e3378e5 100644 --- a/http/.htaccess +++ b/http/.htaccess @@ -1,2 +1,2 @@ RewriteEngine On -RewriteRule (.*)/(.*).xml index.php?user=$1&format=$2 +RewriteRule (.*)/(.*).xml /index.php?format=$2&query=$1 -- cgit v1.2.3