You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Resources/doc/redirection.md
+98-11Lines changed: 98 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,111 @@ Redirection
3
3
4
4
Set up automated mobile/desktop/tablet redirection
5
5
6
-
In this example, we will make sure to activate the automatic redirection to a mobile site http://m.site.com when the user uses a mobile device and desktop http://site.com when the user uses a computer or desktop browser.
6
+
In this example, we will make sure to activate the automatic redirection to a mobile site http://m.example.com when the user uses a mobile device and desktop http://example.com when the user uses a computer or desktop browser.
7
7
8
-
If the user reaches the mobile site http://m.site.com, on his desktop browser he should be redirected to the full version at http://site.com.
8
+
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.
9
9
10
-
If the user reaches the desktop site http://site.com, with his mobile he should be redirected to the full version at http://m.site.com.
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.
0 commit comments