Possible Duplicate:
What is the best way to do a mobile redirect?
I have searched quite a bit on making my blog (wordpress) mobile friendly, but every place I come across are the sites like Mofuse, which I don't really need.
What I simply want is this...
- User hits blog.
- User gets redirected to either m.domain.com or domain.com/m/
- User then sees my custom mobile friendly wordpress theme.
What's the best way to go about this? I can set my .htaccess to redirect people to either new folder, but right now the only way I can think is basically installing wordpress on the /m/ subfolder, linking to the same database and basically having two sites that way.
Or is there simple plugin that does the redirect for me, and all I have to do is create my custom theme and it will handle the rest?
Thanks