udah solved
oia kenapa ya ketika memakai
apache - nginx proxy ada beberapa .htaccess tidak terbaca ?
misal nya
plugin wordpress satu ini
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} .(jpg|jpeg|png|gif)$ [NC]
RewriteCond %{REQUEST_URI} !~hotlink-cache [NC]
RewriteCond %{REMOTE_ADDR} !^(127.0.0.1|199.48.164.48)$ [NC]
RewriteCond %{REMOTE_ADDR} !^66.6.(32|33|36|44|45|46). [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?(wallppaer.com|translate.google.com|translate.googleusercontent.com|www.microsofttranslator.co$
RewriteCond %{HTTP_USER_AGENT} !(googlebot|msnbot|baiduspider|slurp|webcrawler|teoma|photon|facebookexternalhit|facebookplatform|pinterest|feed$
RewriteCond %{HTTP_USER_AGENT} !(photon|smush.it|akamai|cloudfront|netdna|bitgravity|maxcdn|edgecast|limelight|tineye) [NC]
RewriteCond %{HTTP_USER_AGENT} !(developers|gstatic|googleapis|googleusercontent|google|ytimg) [NC]
RewriteRule (.*) byrev-wp-picshield.php?key=5MW9-4WGo&src=$1 [L]
</IfModule>
# END WP-PICShield
http://wp-picshield.com/