2019-06-15, 10:46:37
Code:
Example to Protect system files for Apache versions older than 2.4:
<FilesMatch "\.(inc|info|info\.json|module|sh|sql)$|^(\..*)$">
Order allow,deny
</FilesMatch>
<Files .htaccess>
order allow,deny
deny from all
</Files>
I will post more examples for GS system files