Per testare la raggiungibilità di una URL usare il comando: curl -s <https://test.org/pagina> | grep 404
Category:HTML
Semplice redirect HTTP
<html> <head> <title>HTML Meta Tag</title> <meta http-equiv = “refresh” content = “2; url = https://<dominio>/<path>/ ” /> </head> <body> <p>Redirect in corso …</p> </body> </html>