mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Add rewrite rules
This commit is contained in:
@@ -39,6 +39,7 @@ rewrite ^/prod/query/.*$ /index.php last;
|
||||
rewrite ^/prod/export/.*$ /index.php last;
|
||||
rewrite ^/prod/record/preview/.*$ /index.php last;
|
||||
rewrite ^/prod/notifications/.*$ /index.php last;
|
||||
rewrite ^/prod/share/.*$ /index.php last;
|
||||
|
||||
rewrite ^/user/preferences/.*$ /index.php last;
|
||||
rewrite ^/user/notifications/.*$ /index.php last;
|
||||
|
@@ -40,6 +40,7 @@
|
||||
RewriteRule ^prod/export/.*$ /index.php [L]
|
||||
RewriteRule ^prod/record/preview/.*$ /index.php [L]
|
||||
RewriteRule ^prod/notifications/.*$ /index.php [L]
|
||||
RewriteRule ^prod/share/.*$ /index.php [L]
|
||||
|
||||
RewriteRule ^user/preferences/.*$ /index.php [L]
|
||||
RewriteRule ^user/notifications/.*$ /index.php [L]
|
||||
|
Reference in New Issue
Block a user