18 octubre, 2024

Php

<?php
header(“Location: http://example.com/myOtherPage.php”);
die();
?>

Javascript

<html>
<script>
window.location.href = “http://www.allabord.com”;
</script>
</html>

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *