I found that if I use the typoscript below, I can redirect my users to the mobile version of the site, which has its own tree in the backend of my typo3 site.
[useragent = *iPhone*]||[useragent = *iPod*]||[useragent = *Android*]
config.additionalHeaders = Location: http://m.example.com/
[end]
This is a simplified version of the site, so I want to return to the full link to the site. But due to the fact that my typoscript above redirects users to the m-domain, I can not return to the site www.example.com.
Does anyone have any suggestions for writing text?
ak85 source
share