fanxbox tu dois mettre ça dans le code de la page index(la 1ere de ton site):
< html>
< head><script language="javascript">
< !--
if ( top.frames.length!=0)
top.location=self.document.location;
/ /-->
< /script>
< title>Nom de ton site</title>
< /head>
( Là ya sûrement plein de lignes alors tu descends tout en bas de la page)
( la fin de ta page
< /body>
< script language="javascript">
< !--
if ( top.frames.length!=0)
top.location=self.document.location;
/ /-->
< /script>
< /html>