quindi una sintassi del genere dovrebbe andare bene?


<Directory /home/*/public_html>
AllowOverride All
# AllowOverride FileInfo AuthConfig Limit
# Options Indexes SymLinksIfOwnerMatch IncludesNoExec
</Directory>

AccessFileName .htaccess

<Files ~ "^\.ht">
Order allow,deny
allow from all
</Files>