Ho riscritto l'.htaccess così e funziona:
Options FollowSymLinks
#
# mod_rewrite in use
RewriteEngine On
# Togli il seguente commento se l'url del server
# non è direttamente relazionato al file path
# Aggiorna le tue directory joomla (just / for root)
# RewriteBase /
########## inizio
#
#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
#
########## fine