########## Begin - Disallow visual fingerprinting
## Disallow visual fingerprinting of Joomla! sites (module position dump)Initial idea by Brian Teeman and Ken Crowder, see:
## www.slideshare.net/brianteeman/hidden-joomla-secrets
## Improved by @nikosdion to work more efficiently and handle template
## and tmpl query parameters
#RewriteCond %{QUERY_STRING} (^|&)tmpl=(component|system) [NC]
#RewriteRule .* - [L]
#RewriteCond %{QUERY_STRING} (^|&)t(p|emplate|mpl)= [NC]
#RewriteRule .* - [F]
########## End - Disallow visual fingerprinting