Joomla.it Forum

Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => I Template di Joomla 1.6/1.7/2.5 => : opsosa 03 Oct 2012, 16:38:44

: htaccess e template..
: opsosa 03 Oct 2012, 16:38:44
volevo domandare se era possibile inserire un file htaccess in un template che quando viene visualizzato reindirizza il sito ad un indirizzo di 3 livello.......
è possibile? in caso come fare?
: Re:htaccess e template..
: mau_develop 03 Oct 2012, 16:44:04
non è possibile poichè non vi è nessun accesso a quella cartella.

... htaccess è di apache...

M.
: Re:htaccess e template..
: simone83 03 Oct 2012, 19:00:04
puoi fare un redirect in php xo
: Re:htaccess e template..
: opsosa 03 Oct 2012, 20:43:56
non so come fare...
: Re:htaccess e template..
: simone83 04 Oct 2012, 11:36:32
vai nella index.php del template e aggiungi questo codice nel php

JFactory::getApplication()->redirect('http://www.google.com');

e chiaro che negli apici metti cio che vuoi.

penso sia semplice, ciao