View Single Post
Old 04-25-2015, 08:06 AM  
freecartoonporn
Confirmed User
 
freecartoonporn's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
when user clicks the "Desktop site" from mobile version site,[ set cookie for them, something like
force_site_mode = desktop]


and

check for cookie before , [your redirect code is placed on desktop version site] to redirect users to the mobile version.

i.e.
if cookie is found && force_site_mode = desktop
dont redirect him to mobile version, even if its mobile i.e. dont exucute the modile redirect loop/code

else
check if its mobile and then execute redirect code.

its very easy........

now i would be thanks ful if you hit the thanks button.
freecartoonporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote