S
SoWhat
Zeta
SEO
Del blog Miley Cyrus.es me estan copiando post exactos (incluyendo las imagenes, haciendo hotlink), ya fui a Google e hice el proceso que todos conocemos, pero quisiera arreglar el punto del hotlink para usarlo a mi favor, colocando una imagen que diga lo que pasa y la direccion de mi sitio, pero no logro hacer que funcione.
Esto es lo que coloco en el .htaccess, pero no me funciona
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<ifmodule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://camprock2.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://camprock2.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.camprock2.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.camprock2.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/m/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.feedburner\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://feeds.feedburner.com/camprock2$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.planetaki/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.bloglines\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.imageshack.us.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.yfrog.com.*$ [NC] RewriteRule \.(gif|jpg|jpeg|png|bmp)$ [NC,R,L]
</ifmodule>
# INICIO bye bye spam
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*camprock2.org.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
# FIN bye bye spam
# INICIO FileETag MTime Size
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>
</ifmodule>
# FIN FileETag MTime Size<!--formatted-->
# INICIO comprimir contenido estático
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
# INICIO comprimir contenido estático
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>
# disable directory browsing
Options All -Indexes
Con esta Enlace eliminado compruebo si funciona o no, porque a veces uno no lo ve por los cookies y esas cosas, y perfectamente veo las imagenes robadas, no sale la imagen que yo quiero.
Alguien me podría hechar una mano, y si saben de algún otro truco que hacerle al copion bienvenido sea :wavey:
Esto es lo que coloco en el .htaccess, pero no me funciona
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<ifmodule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://camprock2.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://camprock2.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.camprock2.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.camprock2.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.google.com/reader/m/view/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.feedburner\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://feeds.feedburner.com/camprock2$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.planetaki/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.bloglines\.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.imageshack.us.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://[^/.]\.yfrog.com.*$ [NC] RewriteRule \.(gif|jpg|jpeg|png|bmp)$ [NC,R,L]
</ifmodule>
# INICIO bye bye spam
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*camprock2.org.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
# FIN bye bye spam
# INICIO FileETag MTime Size
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>
</ifmodule>
# FIN FileETag MTime Size<!--formatted-->
# INICIO comprimir contenido estático
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
# INICIO comprimir contenido estático
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>
# disable directory browsing
Options All -Indexes
Con esta Enlace eliminado compruebo si funciona o no, porque a veces uno no lo ve por los cookies y esas cosas, y perfectamente veo las imagenes robadas, no sale la imagen que yo quiero.
Alguien me podría hechar una mano, y si saben de algún otro truco que hacerle al copion bienvenido sea :wavey:
Última edición: