Rather than make <Directory /home/www/clients/clientX/webX> for every clients, is there a way to make the htaccess allowed for every clients? if I write <Directory /home/www/clients/*> then ... is it secure?
.htaccess is allowed for all clients. Only .htaccess restrictions that allows clients to override the limits of the site are not allowed. If you dont like the presets, change the master template for the vhosts.
just wondering about the issues I had in a similar thread: wordpress needs mod_rewrite activated, which was active, still I needed: to allow the usage of rewrites within .htacces? see also this thread: http://howtoforge.com/forums/showthread.php?t=34428
Please take a look here: http://www.howtoforge.com/forums/showthread.php?t=33805 By the way, changing to allow override all is really not recommended as this opens up your server to modifications by your users.
thx. will continue posting the other thread, weird I didn't find it, I even googled for this specific error. THx. for pointing that thread out.