Table of Contents
Comprobar paginas del servidor
[bash]
wget --spider -r -l3 http://lesolivex.com/ -o errores.txt
[/bash]
Comprobar enlaces rotos
[bash]
wget --spider -r -l2 -nv http://lesolivex.com -o enlaces_rotos.txt
[/bash]
Comprobar paginas del servidor
[bash]
wget --spider -r -l3 http://lesolivex.com/ -o errores.txt
[/bash]
Comprobar enlaces rotos
[bash]
wget --spider -r -l2 -nv http://lesolivex.com -o enlaces_rotos.txt
[/bash]