Redirigir inteligentemente sin usar PHP ni JS

Si necesitas redirigir a una web desde una web puedes crear un fichero html con el siguiente código: <html> <head> <title>Redirige al navegador a otra URL</title> <META HTTP-EQUIV=»REFRESH» CONTENT=»0;URL=http://es.tudia.org/«> </head> <body> …cargando sitio </body> </html> El cero que hay después Seguir leyendo Redirigir inteligentemente sin usar PHP ni JS