A
Aneudy Marte
Gamma
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
De momento ando preocupado de que le haya bloqueado el acceso a Google Bot esta tarde hasta la hora. Ahora que me vengo a dar cuenta en el centro de webmasters cuando le doy a explorar como Google Bot, recarga, y recarga pero de pendiente no pasa, para mi que Google Bot no tiene acceso al sitio. Como yo no ando muy claro de esto, y ahora mismo no tengo Sys Admin contratado ni nada pues vengo a compartir esta duda con ustedes a ver que estoy haciendo mal con el htaccess por que estoy confundido o es un error de Google.
Los códigos que use fueron para bloquear bots maliciosos los cuales son estos:
Necesito que me expliquen si bloquea a todos los bots en general o que podría pasar.
Siempre había manejado htaccess sin bloquear el acceso a nada pero se me hace que es un error de Google, mis personales están de vacaciones, el que esta solo atendiendo soy yo, y hasta el momento tengo esta duda, increíble :s
Un saludo.
Insertar CODE, HTML o PHP:
ErrorDocument 404 http://yesildahosting.com/
ErrorDocument 403 http://yesildahosting.com/
ErrorDocument 400 http://yesildahosting.com/
ErrorDocument 406 http://yesildahosting.com/
ErrorDocument 412 http://yesildahosting.com/
ErrorDocument 416 http://yesildahosting.com/
ErrorDocument 501 http://yesildahosting.com/
ErrorDocument 401 http://yesildahosting.com/
ErrorDocument 500 http://yesildahosting.com/
<ifmodule mod_expires.c>
ExpiresActive On
ExpiresDefault A3600
<filesmatch ".(jpg|JPG|gif|GIF|png|css|ico|js)$">
ExpiresDefault "access plus 7 day"
</filesmatch>
</ifmodule>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
SetEnvIfNoCase user-Agent ^FrontPage [NC,OR]
SetEnvIfNoCase user-Agent ^Java.* [NC,OR]
SetEnvIfNoCase user-Agent ^Microsoft.URL [NC,OR]
SetEnvIfNoCase user-Agent ^MSFrontPage [NC,OR]
SetEnvIfNoCase user-Agent ^Offline.Explorer [NC,OR]
SetEnvIfNoCase user-Agent ^[Ww]eb[Bb]andit [NC,OR]
SetEnvIfNoCase user-Agent ^Zeus [NC]
Order Allow,Deny
Allow from all
Deny from env=bad_bot
RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (libwww-perl|curl|wget|python|nikto|scan) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC]
RewriteRule .* - [F]
ServerSignature EMail
SetEnv SERVER_ADMIN yesildahosting@gmail.com
ServerSignature Off
Los códigos que use fueron para bloquear bots maliciosos los cuales son estos:
Insertar CODE, HTML o PHP:
SetEnvIfNoCase user-Agent ^FrontPage [NC,OR]
SetEnvIfNoCase user-Agent ^Java.* [NC,OR]
SetEnvIfNoCase user-Agent ^Microsoft.URL [NC,OR]
SetEnvIfNoCase user-Agent ^MSFrontPage [NC,OR]
SetEnvIfNoCase user-Agent ^Offline.Explorer [NC,OR]
SetEnvIfNoCase user-Agent ^[Ww]eb[Bb]andit [NC,OR]
SetEnvIfNoCase user-Agent ^Zeus [NC]
Order Allow,Deny
Allow from all
Deny from env=bad_bot
RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (libwww-perl|curl|wget|python|nikto|scan) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC]
RewriteRule .* - [F]
Necesito que me expliquen si bloquea a todos los bots en general o que podría pasar.
Siempre había manejado htaccess sin bloquear el acceso a nada pero se me hace que es un error de Google, mis personales están de vacaciones, el que esta solo atendiendo soy yo, y hasta el momento tengo esta duda, increíble :s
Un saludo.
Última edición: