Redirect If Wml Or Html

Discussion in 'Troubleshooting' started by Dunny, Nov 9, 2003.

  1. Dunny

    Dunny Guest

    Alex say if i have a user tring to download a file from me to his mobile phone, and he or she has to login in order to do so under there mobile phone , is there a way to alter the script to determine which browser he or she is using like ie6 or a wap browser. Say instead of going to the all pretty login.html i want them to use the login.wml which only has 3 lines on it ( a basic login ). Basically a redirect script to detemain the type of browser.
  2. alex-adm

    alex-adm Guest

    Dunny, it is possible as customization.
  3. fender21

    fender21 Guest

    Did anyone ever come up with a solution to this? I'd like to do something simliar? If customization is required, how much would something like that cost?

    Thanks!
    Gregg
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    I believe only htpasswd authentication is possible with WAP (it usually displays separate login box in Windows). However, there is no control on process of authentication.
    But, there is still a choice - you can use mod_rewrite to redirect user to another file depending on user browser type.

Share This Page