<!DOCTYPE html>
<head>
<meta http-equiv="refresh" content="0;URL=pubkey.asc">
</head>
<body>
</body>
</html>
Combinado com
wget -r http://example.com
baixa index.html e pubkey.asc
Se meu servidor estiver em example.com
, executando
$ wget example.com
só baixará o arquivo index.html
. Como posso fazer wget
Eu tenho todo o redirecionamento que eu poderia encontrar pubkey.asc
é o meu arquivo):
<meta http-equiv="Refresh" content="seconds; url=pubkey.asc ">
<script language="javascript">
window.location.href = "http://example.com"
<link rel="canonical" href="pubkey.asc"/>
<script> document.location.href="pubkey.asc";</script>
<script>window.location.href='pubkey.asc';</script>
<meta http-equiv="refresh" content="0; url=pubkey.asc" />
PS: Estou postando aqui em vez de web.stackexchange, pois o mecanismo wget
está envolvido.
<!DOCTYPE html>
<head>
<meta http-equiv="refresh" content="0;URL=pubkey.asc">
</head>
<body>
</body>
</html>
Combinado com
wget -r http://example.com
baixa index.html e pubkey.asc
Tags wget redirect redirection