Switch to Mobile or desktop website
Автор: Huveneers A.
Просмотрено 1102,
Подписчики 2,
Размещенный 0
Can you automatic select a different website depending of the browsing device? For example when an android brower connects to the website select the website with the mobile layout
Размещено
Hello,
You could do this using JavaScript. This one has to be inserted before the </head> tag.
EDIT: the script is in the text file attached as the editor replaces the content
You could do the same using PHP or Apache redirects.
Hope this can help
The code
Автор
Thanks for this info. I will try that