Posted by Jeff-TVQC 17 weeks 1 day ago
Ok here is what im doing for redirecting mobile traffic to my mobile section.
my main site is
http://www.tvqc.com/
my mobile site is
http://m.tvqc.com/
on ready.mobi im style getting some error such as Incorrect or missing MIME types were detected
WARNING
MIME type was detected as text/html; charset=UTF-8
i get also a fail
No default input mode found
PASS near line 69 column 71
Default inputmode detected for input
edictOn" value="" />
FAIL near line 69 column 71
inputmode attribute does not contain a valid value
edictOn" value="" />
my site is under wordpress
Im using Htaccess to reirect traffic mobile traffic
RewriteEngine On
RewriteCond %{HTTP_ACCEPT} “text/vnd.wap.wml|application/vnd.wap.xhtml+xml” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “acs|alav|alca|amoi|audi|aste|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “dang|doco|eric|hipt|inno|ipaq|java|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|opwv” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “palm|pana|pant|pdxg|phil|play|pluc|port|prox|qtek|qwap|sage|sams|sany” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|w3cs|wap-|wapa|wapi” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “wapp|wapr|webc|winw|winw|xda|xda-” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “up.browser|up.link|windowssce|iemobile|mini|mmp” [NC,OR]
RewriteCond %{HTTP_USER_AGENT} “symbian|midp|wap|phone|pocket|mobile|pda|psp” [NC]
RewriteCond %{HTTP_USER_AGENT} !macintosh [NC] #*SEE NOTE BELOW
RewriteRule ^(.*)$ http://m.tvqc.com/ [L,R=302]




Posted by ruadhan 17 weeks ago
Mobile Champion
Hi,
Your switching seems to be working OK!
please see this article on the various ways you can fix your MIME type errors:
http://mobiforge.com/testing/story/fixit-mime-types
Probably the easiest way is to include this line in the
headsection of your pages:<meta http-equiv="Content-Type" value="application/xhtml+xml" />For the default input mode error, you could try changing to
Ruadhan O'Donoghueinputmode="latin predictOn"inputmode="user predictOn"dotMobi
Posted by Jeff-TVQC 17 weeks ago
should i delete :
; charset=<?php bloginfo('charset') ?>" />
where is located inputmode?
Posted by ruadhan 16 weeks ago
Mobile Champion
You are probably ok to leave that in - I don't think it is causing any trouble.
The inputmode error is happening around line 89 of the page that your PHP script is creating. Could you post your PHP code and it might be easier to see where the problem is coming from?
Ruadhan O'DonoghuedotMobi
Posted by John 5 weeks ago
I just used a HTTP mime type of
application/vnd.wap.xhtml+xml;charset=UTF-8
And mobiReady doesn't seem to like it.
It seems to have a bit of a problem with the charset.
Vulpine Mobile (beta) http://www.vulpine.mobi/