diff options
Diffstat (limited to 'http/.htaccess')
-rw-r--r-- | http/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
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 |