Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : sam82 06 Jul 2011, 11:04:03

: Redirect da un sito php nuke ad un sito joomla?
: sam82 06 Jul 2011, 11:04:03
Premetto che non ho mai fatto un redirect....in pratica dovrei fare un redirect da un sito creato con php nuke ad un sito creato con joomla qualcuno può darmi una mano? colui che ha fatto il vecchio sito mi ha chiesto 50 euro per farlo ma onestamente mi sembrano un pò troppi.... :'(
: Re:Redirect da un sito php nuke ad un sito joomla?
: tomtomeight 06 Jul 2011, 14:12:06
I redirect non si fanno da un sito ad un altro sito ma da un dominio ad un altro dominio, i siti che citi da quali domini sono raggiungibili?
: Re:Redirect da un sito php nuke ad un sito joomla?
: sam82 06 Jul 2011, 15:10:36
Scusa l'errore tecnico  ;) comunque il redirect dovrebbe essere fatto da www.nauticagerardi.it a www.nauticamartorana.it dunque quando cliccano su nauticager... dovrebbero essere reindirizzati automaticamente su www.nauticamartorana.it....Grazie della risposta
: Re:Redirect da un sito php nuke ad un sito joomla?
: hapax 06 Jul 2011, 17:35:55
Ho visto il sito www.nauticagerardi.it (http://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
 
: Re:Redirect da un sito php nuke ad un sito joomla?
: sam82 09 Jul 2011, 10:34:55
Grazie della risposta in farò la prova e vi farò sapere, comunque siete sempre tuttti gentili  ;)
: Re:Redirect da un sito php nuke ad un sito joomla?
: sam82 14 Jul 2011, 10:28:31
Grazie ho risolto per la home page  :) però mi chiedevo visto che ovviamente google da diversi risultati del vecchio sito come posso fade per fare anche li un redirect? ad esempio google da tra i risultati questa pagina http://www.nauticagerardi.it/home.asp?pag=servizi&des=Servizi ed altre, in una pagina del genere il redirect come lo faccio? grazie ancora  ::)
: Re:Redirect da un sito php nuke ad un sito joomla? Risolto
: sam82 14 Jul 2011, 15:56:44
Anche in queste pagine bastava inserire
<HTML>
<HEAD>
<META http-equiv="refresh"content="0;URL=http://www.nauticamartorana.it/"> abbastanza semplice no?  ;) ....Grazie a tutti