diff --git a/config/redirects_www.example.com.json.dist b/config/redirects_www.example.com.json.dist
index a2ff96dfba2f571787fe71643547095aea30f94c..83d3db03cbb3717c74b58e5f69c4b68dd7e6a8ba 100644
--- a/config/redirects_www.example.com.json.dist
+++ b/config/redirects_www.example.com.json.dist
@@ -1,7 +1,7 @@
 {
     "comment": "Example redirect configuration file for domain.example.com",
     "direct":{
-        "mail": {"code": 301, "target": "https://www.example.com/mail" }
+        "/mail": {"code": 301, "target": "https://www.example.com/webmail" }
     },
     "regex":{
         ".*":   {"code": 307, "target": "https://www.example.com/" }