........ Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.
## Begin - Custom redirects
#
#
RewriteRule ^component/jevents/(.*)$ http://www.baldoriabresciana.it [R=301,L]If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects
##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
Questo è uno stralcio del .htaccess (in grassetto quello che ho aggiunto, ma non funziona ancora

. Sicuramente avrò cannato io qualcosa