• 04-10-2010, 23:31:07
    #37
    mersinstyle adlı üyeden alıntı: mesajı görüntüle
    m.googleandroid.gen.tr zaten http://www.googleandroid.gen.tr/foru...theme&style=56 buna yönleniyor =)

    Edit Bu arada ben htaccess.txt dosyasını düzeltiyorum .htaccess değil
    başka şey karıştırma mobil domaini yaz 302 ile dene olmazsa 301 kesin çalışır
    nasıl yani apache yokmu senin sunucuda yoksa sorun değil varsa .htaccess olarak değiştir
  • 04-10-2010, 23:32:46
    #38
    İyice kafam karıştı acemiyim biraz kusura bakmayın https://www.r10.net/1064843313-post31.html siz editlermisiniz
  • 04-10-2010, 23:33:21
    #39
    .htaccess ekledim site kapandı aşağıdaki hatayı verdi site ;

    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, webmaster@googleandroid.gen.tr and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    
    More information about this error may be available in the server error log.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
  • 04-10-2010, 23:38:07
    #40
    şu an ne durumda mobil açılıyor
    şu senin ilk yönlendirmeleri kaldırdınmı
  • 04-10-2010, 23:43:00
    #41
    Benim de kafam karıştı da birde şöyle dene
    #redirect mobile browsers
    RewriteCond %{HTTP_USER_AGENT} ^.*iPhone.*$
    RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
    RewriteCond %{HTTP_USER_AGENT} ^.*BlackBerry.*$
    RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
    RewriteCond %{HTTP_USER_AGENT} ^.*Palm.*$
    RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
  • 04-10-2010, 23:49:27
    #42
    Kardeş şimdi önce bir karar kılalım htaccess.txt dosyasının içine aşağıdaki kodların üçünüde ekleyip tek tek denedim çalışmadı ;

    #HTACCESS MOBILE SITE REDIRECTION CODE
    RewriteEngine On
    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]
    RewriteRule ^(.*)$ http://m.googleandroid.gen.tr [R=301]
    #HTACCESS MOBILE SITE REDIRECTION CODE
    RewriteEngine On
    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]
    RewriteRule ^(.*)$ http://m.googleandroid.gen.tr [R=302]
    #HTACCESS MOBILE SITE REDIRECTION CODE
    RewriteEngine On
    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]
    RewriteRule ^(.*)$ http://googleandroid.gen.tr [R=302]
  • 04-10-2010, 23:52:20
    #43
    mersinstyle adlı üyeden alıntı: mesajı görüntüle
    Kardeş şimdi önce bir karar kılalım htaccess.txt dosyasının içine aşağıdaki kodların üçünüde ekleyip tek tek denedim çalışmadı ;
    o kad karışık kendi sistemlerine özel olabilir bir altta verdiğim kodu dene çalışırsa diğer telefonlara göre satır sayısını artırırsın
  • 04-10-2010, 23:54:49
    #44
    #redirect mobile browsers
    RewriteCond %{HTTP_USER_AGENT} ^.*iPhone.*$
    RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
    RewriteCond %{HTTP_USER_AGENT} ^.*BlackBerry.*$
    RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
    RewriteCond %{HTTP_USER_AGENT} ^.*Palm.*$
    RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]

    mobile.yourdomain.com yerine m.googleandroid.gen.tr mi googleandroid.gen.tr mi yazayım

    Ben samsung telefonda giriyorum birde aşağıdaki kodumu ekleyeceğim ?

    RewriteCond %{HTTP_USER_AGENT} ^.*Samsung.*$
    RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]
  • 04-10-2010, 23:56:04
    #45
    [QUOTE=mersinstyle;1064843504]Kardeş şimdi önce bir karar kılalım htaccess.txt dosyasının içine aşağıdaki kodların üçünüde ekleyip tek tek denedim çalışmadı ;

    #HTACCESS MOBILE SITE REDIRECTION CODE
    RewriteEngine On
    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) 
    RewriteRule ^(.*)$ http://m.googleandroid.gen.tr [R=301]
    Bundada arada bi NC vardı onu sildim birde böyle dene