ok i have a redirect in place that works from my regular site to the mobile site based on device detection. since this one requires a redirect url to be specified its a bit long to go through all and specify one by one.
what i was thinking was since i have all pages in the mobile site all i need to do is append 'mobile' to my url. eg regular url: www.site.com if a moile browser comes it appends: www.mobile.site.com so that would eliminate me going through thousands of pages (db generated) and adding manually.
any ideas appreciated or even one that people are using to redirect to mobile site even with db generated content.
thanks