E' possibile fare in modo che il file per il "redirect"
index.php
index.html
viewtopic.php
facciamo dei LOG ?
Giusto per capire quante gente usa ancora il link
http://www.johnslades.com/forum
questo il code per il redirect attualmente in uso
(Copyright by Nuvoletta)
index.php
index.html
viewtopic.php
facciamo dei LOG ?
Giusto per capire quante gente usa ancora il link
http://www.johnslades.com/forum
questo il code per il redirect attualmente in uso
(Copyright by Nuvoletta)
Code: Select all
<html>
<head>
<script language="javascript">
function Vai()
{
javascript:window.location = 'http://www.spinfo.it/forum';
}
</script>
</head>
<body onload="Vai();">
Reindirizzamento a <a href= "http://www.spinfo.it/forum">http://www.spinfo.it/forum</a>
</body>
</html>







