Problema Modulo com_joomsef-2.2.6

Moderator: alexred

Forum rules
Regole Forum
Locked
bodom
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Thu Sep 08, 2005 4:02 pm

Problema Modulo com_joomsef-2.2.6

Post by bodom » Mon Jun 16, 2008 10:16 am

Appena abilitato il modulo, il sito non si è visto più
Le home page la carica bianca... senza nulla... e così tutti gli altri link che avevo conservato in preferiti.

Eppure ho installato il componente abilitato ed effettuato il rename dell'htaccess.txt in .htaccess..

Cosa c'è che ho sbagliato? premetto che precedentemente utilizzavo il modulo sef nativo di joomla

Vi prego aiutatemi

User avatar
DATA
Joomla! Hero
Joomla! Hero
Posts: 2761
Joined: Wed Jun 21, 2006 5:45 pm
Location: Melbourne - Australia
Contact:

Re: Problema Modulo com_joomsef-2.2.6

Post by DATA » Mon Jun 16, 2008 10:17 pm

Hai fatto le modifiche richieste al file .htaccess?

In quel file, devi disabilitare il SEF di Joomla e abilitare il "terze parti".

Guarda il codice (verso la fine del file), dev'essere cosi':

Code: Select all

########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] 		##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
#RewriteRule ^(content/|component/) index.php
#
########## End - Joomla! core SEF Section



########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] 		##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section
Signature rules: Literal URLs only - http://forum.joomla.org/viewtopic.php?f=8&t=65

bodom
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Thu Sep 08, 2005 4:02 pm

Re: Problema Modulo com_joomsef-2.2.6

Post by bodom » Wed Jun 18, 2008 2:48 pm

Scusami come faccio a disabilitare il Sef di Joomla dalla configurazione generale per caso?

Qual'è il file che deve contenere il codice che mi hai segnalato .htaccesss?

User avatar
DATA
Joomla! Hero
Joomla! Hero
Posts: 2761
Joined: Wed Jun 21, 2006 5:45 pm
Location: Melbourne - Australia
Contact:

Re: Problema Modulo com_joomsef-2.2.6

Post by DATA » Wed Jun 18, 2008 10:00 pm

Il codice che ti ho postato contiene gia' cio' che ti serve.

Apri il file .htaccess nella root del tuo sito e sostituisci la parte che va da ########## Begin - Joomla! core SEF Section a ########## End - 3rd Party SEF Section con quella che ti ho postato. Se non ci sono altre grane, vedrai che funziona ;)
Signature rules: Literal URLs only - http://forum.joomla.org/viewtopic.php?f=8&t=65

bodom
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Thu Sep 08, 2005 4:02 pm

Re: Problema Modulo com_joomsef-2.2.6

Post by bodom » Wed Jun 18, 2008 10:38 pm

Ci provo e ti faccio sapere,
Grazie tanto

bodom
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Thu Sep 08, 2005 4:02 pm

Re: Problema Modulo com_joomsef-2.2.6

Post by bodom » Thu Jun 19, 2008 6:33 pm

Non funziona ugualmente stesso problema di prima...purtroppo :(

User avatar
DATA
Joomla! Hero
Joomla! Hero
Posts: 2761
Joined: Wed Jun 21, 2006 5:45 pm
Location: Melbourne - Australia
Contact:

Re: Problema Modulo com_joomsef-2.2.6

Post by DATA » Thu Jun 19, 2008 9:16 pm

Che versione di Joomla usi?
Signature rules: Literal URLs only - http://forum.joomla.org/viewtopic.php?f=8&t=65

bodom
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Thu Sep 08, 2005 4:02 pm

Re: Problema Modulo com_joomsef-2.2.6

Post by bodom » Fri Jun 20, 2008 12:03 pm

bella domanda :D
Uso Mambo 4.5.6 e sto cercando il modo di passare a Joomla 1.0.X stabile.. avevo intezione di provare prima il modulo rewrite per vedere come si comporta con gli indirizzi generati dal rewrite nativo di mambo.. per vedere se non perdo accessi.

Ho fatto una domanda http://forum.joomla.org/viewtopic.php?f=110&t=298893 per vedere come effettuare il passaggio...

Che ho rinviato fino adesso perchè sono stato impegnato con l'università (mi laureo fra una settimana),
ma il passaggio ormai devo farlo sono agli sgoccioli e quindi avevo deciso di provare questo componente già da subito ;)

Ho letto che questo joomla sef dovrebbe funzionare pure su mambo 4.5.X

User avatar
DATA
Joomla! Hero
Joomla! Hero
Posts: 2761
Joined: Wed Jun 21, 2006 5:45 pm
Location: Melbourne - Australia
Contact:

Re: Problema Modulo com_joomsef-2.2.6

Post by DATA » Fri Jun 20, 2008 9:03 pm

Hmmm...non conosco Mambo, mi dispiace, non sono in grado di aiutarti :-\

Auguri per la tua laurea ;)
Signature rules: Literal URLs only - http://forum.joomla.org/viewtopic.php?f=8&t=65

bodom
Joomla! Intern
Joomla! Intern
Posts: 88
Joined: Thu Sep 08, 2005 4:02 pm

Re: Problema Modulo com_joomsef-2.2.6

Post by bodom » Fri Jun 20, 2008 11:20 pm

grazie lo stesso ;)


Locked

Return to “Guide”