Results 1 to 3 of 3
- 02-29-2008, 08:46 AM
Thread Author #1
No Browser Detection by crackberry.com
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-2008, 09:18 AM #2
Try wap.crackberry.com
- 02-29-2008, 09:38 AM
Thread Author #3
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:
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.Code:RewriteCond %{HTTP_ACCEPT} text/vnd.wap.wml RewriteRule ^$ /index.wml
Reply

















