Mobile redirect

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Oracle Porn
    Affiliate
    • Oct 2002
    • 24433

    #1

    Mobile redirect

    PHP Code:
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} (mobile|blackberry|webos|android|j2me|palm|nokia|samsung|symbian|windows.ce) [NC]
    RewriteRule ^(.*)$ http://url.com/ [R=302,L] 
    
    I'm using this code but latest mobile opera version (i think its 10) isn't being redirected, any idea?


  • Oracle Porn
    Affiliate
    • Oct 2002
    • 24433

    #2
    bump????????


    Comment

    • Jack Sparrow
      Almost goners..
      • May 2008
      • 11420

      #3
      Use htaccess redirect.

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55700

        #4
        Originally posted by Oracle Porn
        PHP Code:
        RewriteEngine On
        RewriteCond %{HTTP_USER_AGENT} (mobile|blackberry|webos|android|j2me|palm|nokia|samsung|symbian|windows.ce) [NC]
        RewriteRule ^(.*)$ http://url.com/ [R=302,L] 
        
        I'm using this code but latest mobile opera version (i think its 10) isn't being redirected, any idea?
        add opera in the user agent
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        • kristin
          GOO!
          • Sep 2002
          • 9768

          #5
          RewriteCond %{HTTP_USER_AGENT} (mobile|android|blackberry|brew|htc|j2me|lg|midp|m ot|motorola|netfront|nokia|obigo|openweb|opera.min i|palm|psp|samsung|sanyo|sch|sonyericsson|symbian| symbos|teleca|up.browser|vodafone|wap|webos|window s.ce) [NC]

          needs: opera.mini
          Vacares rules.

          "Usually only fat guys have the kind of knowledge and ability that Kristin has."

          Comment

          Working...