HTML - .htaccess y robots (google, bing)

 
Vista:
sin imagen de perfil

.htaccess y robots (google, bing)

Publicado por ini (1 intervención) el 27/06/2014 18:56:02
Hola,

estoy utilizando el .htaccess para requerir autentificacion basica para acceder a toda la web.

funciona bien pero me surge una duda,

¿como puedo hacer para que google, bing, yahoo ...etc puedan entrar sin esa autentificacion para indexar la web?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
ErrorDocument 401 error.html
ErrorDocument 403 error.html
ErrorDocument 404 error.html
ErrorDocument 500 error.html
AuthUserFile /htdocs/.htpassword
AuthGroupFile /dev/null
AuthName secure
AuthType Basic
require user pepe
require user juan
require user juanito
require user pepin
order allow,deny
allow from all


gracias por adelantado
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder