Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/01/2003, 18:04
Avatar de Jokin
Jokin
 
Fecha de Ingreso: enero-2002
Mensajes: 725
Antigüedad: 23 años, 4 meses
Puntos: 1
....me pierdo

En mi panel de control no hay nada como lo que indica de proteger un directorio.

Creo un archivo llamado .htaccess (supongo que es con el punto y todo)
Creo otro llamado error.htm

En .htaccess, escribo:

<html>
<head>
</head>
<body>
ErrorDocument 404 http://midominio.com/error.htm
</body>
</html>

y en error.htm, el aviso de error pero cuando me invento una página (p.e. midominio.com/indelku.asp), me sale el típico aviso de:

The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------

Please try the following:

If you typed the page address in the Address bar, make sure that it is spelled correctly.

(...)

Qué me falta?


Gracias y un saludo