Thursday, January 8th, 2015
Como hacer una página de Redirect
Se puede hacer de varias formas pero la manera mas rápida es esta. Construya una página inde.html o index.php con el siguiente contenido
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<html> <head> <title>El título</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <script language=javascript> window.location ="http://www.hostingred.com" </script> </body> </html> |
Espero les sirva Alfanux