Relative Content

Tag Archive for phpsmarty

Redirected too many times php

the code looks like this basically the index.php on root folder have to check users device whether its on desktop or mobile, if its on mobile then it’ll be redirected to /mobile and use the index.php on mobile directory. Well apparently this causes infinite loop i guess (?), but the issue is only on the production server, while on my local machine/laptop its working flawlessly.