Ora sembra funzionare.
Ho fatto le seguenti cose:
1) Le tre opzioni della configurazione SEO nativa di Joomla le ho disattivate
2) Ho installato il componente sh404SEF
3) Ho configurato il file htaccess con nella guida di sh404SEF in particolare ho messo alla fine:
########## Begin - Joomla! core SEF Section
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} !^/index.php
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
#RewriteRule (.*) index.php
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## 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
Poi
## Can be commented out if causes errors, see notes above.
#Options +FollowSymLinks
#
# mod_rewrite in use
RewriteEngine On
Ho mantenuto il file con il nome htaccess.txt e impostato il componente con l'opzione
modalità rescrivibile = senza .htaccess (index.php?)
Con tutte le altre modalità mi dava sempre errore.
Secondo voi così il sistema risulta impostato bene?
Il parametro live_site è impostato su =
http://www.mauriziogiglio.netsons.org.
Va bene così?
Grazie mille,
Maurizio Giglio