We are trying to setup the Traffic Director 5.00.3 to redirect any mobile users from the DNN site to a mobile site. I added the TrafficDirector to top-most content pane and configured it they way I thought it should be:
- Name: Black Berry
- Active: Checked
- Permanant Redirect (301): Not Checked
- Pause Before Redirect(sec): 0
- Redirection Type: Browser
- Value: BlackBerry
- Remote URL: The site I want to redirect to
When I use a blackberry to access that page, it doesn't redirect. I even created an .asp page that checks the httpheads to see what a blackberrys browser type is and "BlackBerry" is part of the string returned. The basic docs I found said it would look for any part of the Value in the http headers browser string.
Am I doing something wrong? Does this module do what I am trying to get it to do?