Ho il problema con il login del sito.
Dopo aper attivato la funzione SEO e modificato il file htaccess aggiungendo la seguente condizione:
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /index\.php(/[^\ ]*)?\ HTTP/
RewriteRule ^index\.php(/(.*))?$ /$2 [R=301,L]
in un sito in joomla 1.5 non riesco ad accedere con user e password dal frontend.
COme posso fare?