Desktop experience

This is the layout of our sample site intended for Desktop Computer Browser experience!

You have been redirected to this page because

You are using a desktop browser.

You are using a device that is masquerading itself as desktop to get a desktop experience.

Your machine is not detected as a desktop, tablet or mobile but you are being redirected to this website because this is the default website.

See

/Examples/Redirection/index.php
All requests first go to this controller script. This script uses DeviceAtlas to detect device type and decides which website to redirect to.

/Examples/Redirection/desktop/
The files of this page are located in this directory.

How does it work

If we have different web sites and each one is created to give the best content and user experience to a specific device type. Users will enter our main web-site URL in their browsers, the source code which gets this first request will use DeviceAtlas DeviceApi to detect the device type, then based on the conclusions, the user will be redirected to the web-site which provides the best experience for her/his device.
In this example four directories will mimic four different websites that give specific service to "desktop browsers", "mobile device" and "tablet pcs". Each directory contains a sample "index.html".

Files used in this example

In this example there are four directories representing four websites. The requests are redirected to one of this directories:

Landing page:
/Examples/Redirection/index.php
Desktop computer browsers:
/Examples/Redirection/desktop/index.html
Tablet mobile computers:
/Examples/Redirection/tablet/index.html
High-end mobile devices:
/Examples/Redirection/mobile/highend/index.html
Low-end mobile devices:
/Examples/Redirection/mobile/lowend/index.html