Está en la página 1de 1

Programación Web Fecha: 01 de octubre del 2020.

Nombre: Aviles Bartolo Antonio Enrique.


Ejercicio “Rutas”
a)http://localhost/~harry/HTML5Application2/public_html/
Respuesta:
/home/harry/public_html/HTML5Application2/public_html/index.html

b)/var/www/html/pruebaRuta/saludoPHP.php
Respuesta:
http://localhost/pruebaRuta/saludoPHP.php

Acceso a la página web desde el sistema de archivos:

Acceso a la página web desde el servidor

1.-Tomando en cuenta la siguiente información obten las respuestas a lo que se solicita:


Ruta absoluta URL (Identificador de Recursos Uniforme)
/var/www/html http://localhost/
/var/www/html/mipaginaweb.html http://localhost/mipaginaweb.html
/var/www/html/index.html http://localhost/ o hhtp://localhost/index.html
/home/scomp27/public_html/nuevo.html http://localhost/~scomp27/nuevo.html

/var/www/html/miAplicacion/prueba.html http://localhost/miAplicacion/prueba.html
/var/www/html/info/docs/agenda.php http://localhost/info/docs/agenda.php
/home/scomp/public_html/paginas/almacen.html http://localhost/~scomp/paginas/almacen.html

/var/www/html/index.html http://localhost/index.html
/home/tareas/public_html/index.html http://localhost/~tareas/index.html
/var/www/html/comunica/varios/principal.php http://localhost/comunica/varios/principal.php
/home/super/public_html/actas/entrar.php http://localhost/~super/actas/entrar.php
/var/www/html/paginasWeb/index.html http://localhost/paginasWeb/index.html
/home/misPaginas/public_html/ miCarpeta/ejemplo.html http://localhost/~misPaginas/miCarpeta/ejemplo.html

También podría gustarte