Well, i read a lot of messages and still can't find any solution of this.
The com works ok, i can see the subdomain, the iphone template, is beautiful because I styled a lot, and much more.
But, the menu links (I'd copy the main menu and take off a few items, and published in the iphone_footer2 position) take me to the main domain instead the subdomain, so, it goes to desktop version.
How can I fix this?
The main domain:
www.kalyma.com.ar
Movil subdomain:
m.kalyma.com.ar
Htaccess 301 redirection
#google 301
RewriteBase /
RewriteCond %{HTTP_HOST} ^kalyma.com.ar$ [NC]
RewriteRule ^(.*)$ http://www.kalyma.com.ar/$1 [R=301,L]
Help!