Esta guía permite ver cualquier carpeta de la PC en el navegador, desde un archivo index.html, y subir un nivel hacia arriba del directorio.
1 _ Este es el Código Para Redirigir al Directorio Base en la PC | Un Nivel Hacia Arriba | Abrir Cualquier Carpeta de la PC con el Navegador
<meta http-equiv="refresh" content="0;url=../">
Para mayor tiempo, cambiar segundos | content= |.
Pasos:
_ Guardar como archivo index.html
_ Abrir en el Navegador
_ Clic en | Directorio Primario (Un Nivel Hacia Arriba)
Listo !
2 _ También sirve en el directorio con Cpanel.
Codigo
<!DOCTYPE html>
<html>
<head>
<title>Pruebas</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="5;url=../">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<iframe src="https://recursosdiario.com/CODIGO/FUNCION" height="800" width="1200"></iframe>
</body>
</html>
Imagen Ejemplo

Temas Recomendados
Como Guardar un Archivo Web
Como Solucionar el Error 404
Crear Sitio Web con Servidor y Cpanel
Como Actualizar y Redirigir Web
Impactos: 12