1. DrFooMod2's Avatar
    I find it ironic the when I surf to the crackberry.com site from my _crackberry_ that their is no browser detection, and no mobile optimized site is displayed. Trying to surf this site from a BB is painful. Come on guys, ya think you could address this?
    02-29-08 08:46 AM
  2. Adam Zeis's Avatar
    Try wap.crackberry.com
    02-29-08 09:18 AM
  3. DrFooMod2's Avatar
    I will, however this is the typical scenario. I read the crackberry.com blogs feed in Viigo. Since browsing inside of Viigo sucks, I click view article in browser. This launches the article in the BlackBerry browser, but to the non-wap site. Resolving this is a relatively non-issue. I posted an entry on my weblog a while back on how to do browser redirection to a WAP site. Since I can't post URLs, here is the key part:

    I added the following to my .htaccess file so WAP browsers will automatically be served the proper content:
    Code:
    RewriteCond %{HTTP_ACCEPT} text/vnd.wap.wml
    RewriteRule ^$ /index.wml
    This can also issue a 301 redirect to the WAP site as well, but you also have to use some regular expressions to mangle the URL. I can be of assistance if you need it.
    02-29-08 09:38 AM
LINK TO POST COPIED TO CLIPBOARD