What is your definition of mobile users?
- if you mean users with specific device, such as iphone, do User Agent detection and redirect user using header location.
- if you mean users with lower screen resolution, do JavaScript window width/height detection and do windows.location redirection.