@mariosipad,
I just looked at the details of those lines at the end of /share/Web/cops/.htaccess that I uncommented:
Code:
<FilesMatch "\.php$">
AuthUserFile /share/MD0_DATA/.qpkg/COPS/accesCops.htpasswd
AuthGroupFile /dev/null
AuthName "Acces securise"
AuthType Basic
Require valid-user
</FilesMatch>
Could line 2 be a problem as to where it is looking for .htpasswd?