I am looking for someone to help me make my blog iPhone, iPod touch, and other mobile phones access. Where you can't access the website with the computer browser but only a mobile browser. If someone can help me, I am willing to pay some money, thanks!
is your blog on an apache server? do you have access to the HTTPD.CONF or .htaccess? if so all you would have to do is modify your allow/deny list to either only allow user agents that the iphone/touch and other mobile devices use or you could just deny most user agents that pc's use or even a combination of both. you could also use a php redirect approach.
Use code: RewriteCond %{HTTP_USER_AGENT} ^*iPhone* (here initiate a RewriteRule or directive to only be applied if user agent is iPhone