1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

Discussion in 'Wordpress' started by ewwink, Mar 10, 2013.

  1. Redia

    Redia Ads.id Fan

    Joined:
    Apr 26, 2011
    Messages:
    237
    Likes Received:
    4
    Location:
    Yogjakarta
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*bloggers.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*plus.google.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.domainku.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###

    Ane tambahin seperti diatas singgel posnya image jadi watermark om... klo ane hilangin jadi normal lagi.
    ane coba pos di g+ masih kena watermak....
     
  2. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    www.domainku.com udah diganti jadi nama domain ente?
     
  3. kohkono

    kohkono Super Hero

    Joined:
    Sep 13, 2010
    Messages:
    1,249
    Likes Received:
    432
    Location:
    Carving Rock City
    Thanks Om..
     
  4. kohkono

    kohkono Super Hero

    Joined:
    Sep 13, 2010
    Messages:
    1,249
    Likes Received:
    432
    Location:
    Carving Rock City
    Setelah try and error ane coba utak atik ada beberapa point om.

    KODE A

    Code:
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*bloggers.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*plus.google.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*stumbleupon.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.domainane.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    HASIL TEST A:
    Status Hasil direct dr Google image ada watermarknya. Cuma pas disubmit di sosmed 3 list yg ane cantumin malah watermarknya gak muncul. Ane test Gambar ane copas langsung dan posting di blogspot juga udah fine ada watermarknya.
    Bahkan ada beberapa gambar di postingan ane juga kena watermark padahal gambarnya ane uploads sendiri.

    Tapi kalau ane set kayak gini

    KODE B

    Code:
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*bloggers.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*plus.google.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*stumbleupon.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.domainku.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    HASIL TEST B :
    Gambar yg ane copas dan posting di blogspot watermarknya ilang.
    Ane submit link postingan di G+ Gambarnya muncul.
    Ane submit di stumble gambarnya muncul.
    Gambar dari Google Images gak ada watermarknya.

    Dua settingan ini ko bisa beda hasilnya ya Om. Maaf soalnya ane kagak tahu bahasa PHP. Padahal bars ke 2 dan tiga sama. Cuma beda urutan aja ya.

    Code:
    RewriteCond %{HTTP_REFERER} !^http://www.domainane.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    Code:
    RewriteCond %{HTTP_REFERER} !^http://www.domainku.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    Nah, semisal kalau dibikin pas disubmit di stumbleupon, pinterest, G+,Bloggers gambar masih bisa kluar.
    Pas gambar di copas dan diposting di blog orang bisa kluar watermarknya (Dalam asumsi gambar ini langsung di copy paste tanpa save gambar di PC).
    Hasil Direct gambar di Google images juga kluar watermarknya.

    Untuk saat ini settingan yg ane pake ini.

    Code:
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*bloggers.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*plus.google.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*stumbleupon.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.domainku.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.domainku.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Awal Redirect ###
    # END Google Break Dance
     
  5. loadink

    loadink Ads.id Pro

    Joined:
    Mar 26, 2011
    Messages:
    371
    Likes Received:
    7
    Location:
    Urang Awak
    mo nanya om, webane ga jalan scriptnya :(

    ini htaccess dua web ane

    king hd wallpaper
    Code:
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    
    # END WordPress
    
    
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.kinghdwallpaper.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.kinghdwallpaper.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    
    # END Google Break Dance
    
    

    automotivemagz
    Code:
    
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.automotivemagz.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.automotivemagz.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    
    # END Google Break Dance
    
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    
    # END WordPress
    

    mohon pencerahannya om :(
     
    Last edited: Mar 23, 2013
  6. ewwink

    ewwink Super Hero

    Joined:
    Apr 27, 2006
    Messages:
    2,836
    Likes Received:
    1,100
    Location:
    Tasikmalaya, Sunda, Indonesia
    2 2 nya normal, clear browser cachenya dan coba lagi.
     
  7. Redia

    Redia Ads.id Fan

    Joined:
    Apr 26, 2011
    Messages:
    237
    Likes Received:
    4
    Location:
    Yogjakarta
    Om ewwink kok ane pakek yang ini masih kena watermak ya?

    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /


    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*plus.google.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*pinterest.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*facebook.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !.*stumbleupon.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.domainsaya.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###


    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###


    # END Google Break Dance

    Kasih tau yang bener yang mana om?
    ane coba share ke pinterest/Gplus/facebook/setumbleupon

    ini masih terkena watermak smua.
     
  8. saidqb

    saidqb Super Hero

    Joined:
    Dec 4, 2012
    Messages:
    1,309
    Likes Received:
    336
    Location:
    jogja-solo
    juragan kenapa yah kok setelah loading di google selesai kok gak bisa redirect?

    tapi tetep di gambar aslinya
     
  9. loadink

    loadink Ads.id Pro

    Joined:
    Mar 26, 2011
    Messages:
    371
    Likes Received:
    7
    Location:
    Urang Awak
    sip mastah, udah jalan n keliatan pluginnya, alhamdulillah trapik melonjak lagi :D
     
  10. BruceLee

    BruceLee Super Hero

    Joined:
    Nov 15, 2010
    Messages:
    2,164
    Likes Received:
    227
    Location:
    Kangean
    Cara menon-aktifkan watermarknya gmn kang?
     
  11. emoticonizer

    emoticonizer Ecofriendly

    Joined:
    Oct 2, 2009
    Messages:
    1,351
    Likes Received:
    415
    Location:
    /var/www
    gan punya saya gak jalan, watermark gak nongol dan tiap kali redirect jatuhnya 404 gan.. apa ada yg salah karena wordpress nya sy install di subfolder.. berikut htaccess nya

    Code:
    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} !^http://www.domain.com/subfolder/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|jpeg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Akhir Redirect ###
    
    # END Google Break Dance
     
  12. haris182

    haris182 Ads.id Pro

    Joined:
    Apr 9, 2010
    Messages:
    310
    Likes Received:
    12
    Re: Wordpress Plugin: Google Break Dance (GBD) buat Optimasi Blog Wallpaper

    lapor, ane udah mulai pake ini, dan .htaccess default dari plugin gak bisa, jadi ane ganti ke yang kostum 1 :D
    semoga visitor jadi meningkat :D

    tapi kenapa semua image gak diwatermark ya di halaman google image search? :(
    hanya beberapa
     
    Last edited: Mar 31, 2013
  13. caturariadie

    caturariadie Super Hero

    Joined:
    Jun 25, 2009
    Messages:
    1,173
    Likes Received:
    17
    Location:
    Samarinda
    ga kok tiba2 ada error 404 di web ane

    [function.getimagesize]:
    failed to open stream: No such file or directory in /home/mesothel/public_html/situsane.com/wp-content/plugins/google-break-dance/google-break-dance.php on line 46
    Cannot Initialize new GD image stream
     
  14. sakkapratama

    sakkapratama Super Hero

    Joined:
    Feb 13, 2012
    Messages:
    793
    Likes Received:
    15
    Location:
    Depok
    kalo dpake wordpress bkn wallpaper bisa ga gan?
     
  15. gusandroid

    gusandroid Super Hero

    Joined:
    Dec 29, 2010
    Messages:
    1,079
    Likes Received:
    88
    Location:
    ~ஜ۩۞۩ஜ~
    Code:
     # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /
    
    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://www.mysites.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###
    
    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    RewriteCond %{HTTP_REFERER} ^$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.mysites.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Awal Redirect ###
    # END Google Break Dance 

    saat klik view original image di google image result kok malah redirect ke sini : _http://www.mysites.com/nohotlink.gif , itu kalo abis clear cache
    kalo enggak, jadinya masuk ke url image sperti biasa tanpa plugin.

    gimana solusinya gan ???
     
  16. haris182

    haris182 Ads.id Pro

    Joined:
    Apr 9, 2010
    Messages:
    310
    Likes Received:
    12
    lebih enak yang kostum 2 yah,
    ngeklik view original image jadi redirect ke situs kita...
    btw mod, bisa gak yah di halaman google image search jadi gak watermak?
    kayaknya kalo ada watermark gitu, orang jadi males ngeklik (menurut ane sih)

    @gusandroid
    di htaccessnya diganti dari "www.mysites.com" ke nama situs ente gan :)
     
  17. cahngalasz

    cahngalasz Super Hero

    Joined:
    Sep 5, 2009
    Messages:
    2,013
    Likes Received:
    26
    Location:
    Klaten, Jawa Tengah, Indonesia, Indonesia
    Bantuin setting conf buat nginx dong om, udah coba berbagai tool converter belum ada yang work, terutama bagian redirect
     
  18. ItonkzGaoel

    ItonkzGaoel Newbie

    Joined:
    Dec 27, 2011
    Messages:
    37
    Likes Received:
    0
    ini nih plugin yang ane cari :D
    kemarin sempat desperate traffic turun :(
     
  19. harlemshake

    harlemshake Newbie

    Joined:
    Mar 27, 2013
    Messages:
    20
    Likes Received:
    0
    bisa dicoba dulu yah, mau ane prektekan
     
  20. hardinalz

    hardinalz Super Hero

    Joined:
    Mar 8, 2010
    Messages:
    2,395
    Likes Received:
    1,420
    Location:
    /var/www/html
    Nanya om. Plugin udah ane pasang kemarin. ini htaccess nya:

    # BEGIN Google Break Dance
    RewriteEngine on
    RewriteBase /

    ### Awal Watermark ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} .*/blank.html$ [NC,OR]
    RewriteCond %{HTTP_REFERER} .*images.search.yahoo.com/.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://domainku.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /gbd_watermark?$1 [R=302,L]
    ### Akhir Watermark ###

    ### Awal Redirect ###
    RewriteCond %{REQUEST_URI} wp-content/uploads/.*\.(gif|jpg|png)$ [NC]
    RewriteCond %{HTTP_REFERER} ^http://www.google.[a-z]{2,4}(.[a-z]{2,4})?/url\?.*$ [NC,OR]
    RewriteCond %{HTTP_REFERER} ^http://www.bing.com/images/search?q=\?.*$ [NC]
    #RewriteCond %{HTTP_REFERER} ^$ [NC]
    #RewriteCond %{HTTP_REFERER} !^http://domainku.com/.*$ [NC]
    RewriteCond %{HTTP_USER_AGENT} !(.*bot.*|slurp) [NC]
    RewriteRule ^(wp-content.*)$ /get_posturl?$1 [R=302,L]
    ### Awal Redirect ###
    # END Google Break Dance

    ket: domainku = domain ane

    Cuma pas ane coba di Google Search, yang work hanya di Opera aja, Firefox, Chrome, IE, ga jalan om, kenapa ya?
     

Share This Page