projectestac/agora/master/html/portal/install/.htaccess
# ---------------------------------------------------------------------- # Purpose of file: block any web access to files stored under # the install/ directory # ---------------------------------------------------------------------- deny from all <FilesMatch ".(css|js|jpg|gif|png)$"> order allow,deny allow from all </filesmatch>