I successfully created a mobile template for iPhone and Smartphones.
On the development system the desktop-version is accessed
dev.mydomain.xx
and the mobile with
mobile.mydomain.xx
if a mobile device calls dev.mydomain.xx its redirected correctly to mobile.mydomain.xx.
cool!
Now I want to implement it on the live system.
Since we have to do some changes on the live-content, we would like to deactivate the mobile detection fork.
Desktop version is
www.mydomain.xx
and the mobile version
m.mydomain.xx
While testing I dont want, that mobile devices who access
www.mydomain.xx are redirected to m.mydomain.xx!
BUT IF I DIRECTLY TYPE m.mydomain.xx the mobile version shall appear.
any advise how to configure MJ temporary on the live system?