Ho visto il sito
www.nauticagerardi.it è realizzato in html con la tecnica (obsoleta) dei frame...non ho capito dov'è questo php nuke..
nel codice della pagina principale (index.html o home.html) nella parte "head" devi inserire il codice che ti ho scritto in grassetto
<HTML>
<HEAD>
<META http-equiv="refresh" content="10;URL=http://www.nauticamartorana.it/">
<META name="keywords" CONTENT="">
<meta name="AUTHOR" content="MDS - Massimo Schembri">
<meta name="description" content="">
<head>
<TITLE>Nautica Gerardi - SCIACCA (AG)</TITLE></HEAD>
<frameset cols="*,780,*" frameborder=no framespacing=0>
<frame name=SX src=sx.html scrolling=no marginwidth=0 marginheight=0 frameborder=no framespacing=0 NORESIZE>
<frame name=principale src=start.html scrolling=auto marginwidth=0 marginheight=0 frameborder=no framespacing=0 NORESIZE>
<frame name=DX src=dx.html scrolling=no marginwidth=0 marginheight=0 frameborder=no framespacing=0 NORESIZE>
</frameset>
<noframe>
</noframe>
</HTML>
n.b il valore
content="10 indica dopo quanti secondi fare il redirect
prova e fammi sapere