How to make htaccess works for all clients?
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?
|