|
|
Question : Problem: Redirection fails on Blackberry browser when it works on Workstation browsers
|
|
We had setup a mobile web site on a Windows 2003 IIS 6.0 server. The mobile site was setup on a virtual directory on this IIS server. We created java script to re-direct anything that comes mobile.com to mobile.com/mobile. It works fine from any browsers on any OS. When we try to use this URL on a Blackberry browser(Just Purchased), it hangs when trying to re-direct to the virtual directory. When I type in the full path mobile.com/mobile from the BB browser, it works. We really need to get the re-direction working on the BB browser. Can anyone help??
|
Answer : Problem: Redirection fails on Blackberry browser when it works on Workstation browsers
|
|
Hi,
then you can use that java script redirection as the default document instead of 'index.htm' in my example.
any client coming to http://mobile.com/ will be redirected.
any client going to htttp://mobile.com/otherpath/ will not be affected.
Cheers.
|
|
|