Skip to content

Commit 72a52b6

Browse files
authored
Update redirection.md
1 parent 21d7f8b commit 72a52b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/doc/redirection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this example, we will make sure to activate the automatic redirection to a mo
77

88
If the user reaches the mobile site http://m.example.com, on his desktop browser he should be redirected to the full version at http://example.com.
99

10-
If the user reaches the desktop site http://example.com, with his mobile he should be redirected to the full version at http://m.example.com.
10+
If the user reaches the desktop site http://example.com, with his mobile he should be redirected to the mobile version at http://m.example.com.
1111

1212
```env
1313
# .env

0 commit comments

Comments
 (0)