diff options
Diffstat (limited to 'http/.htaccess')
-rw-r--r-- | http/.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/http/.htaccess b/http/.htaccess new file mode 100644 index 0000000..9f57019 --- /dev/null +++ b/http/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine On +RewriteRule (.*)/(.*).xml index.php?user=$1&format=$2 |