Add /download/ rewrite rules

This commit is contained in:
Nicolas Le Goff
2012-10-25 11:15:37 +02:00
parent 8a6136b9fc
commit ecd69dd667
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,8 @@
RewriteRule ^user/preferences/.*$ /index.php [L]
RewriteRule ^user/notifications/.*$ /index.php [L]
RewriteRule ^download/.*$ /index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^api/v1/.*$ /api/v1/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f