mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Add /download/ rewrite rules
This commit is contained in:
@@ -42,6 +42,7 @@ rewrite ^/prod/share/.*$ /index.php last;
|
||||
rewrite ^/user/preferences/.*$ /index.php last;
|
||||
rewrite ^/user/notifications/.*$ /index.php last;
|
||||
|
||||
rewrite ^/download/.*$ /index.php last;
|
||||
|
||||
rewrite ^/api/v1/.*$ /api/v1/index.php last;
|
||||
rewrite ^/api/oauthv2/.*$ /api/oauthv2/index.php last;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user