royanonuevo/My-Web-Kit/master/includes/.htaccess
# Prevent viewing of .htaccess <Files .htaccess> order allow,deny deny from all </Files> # Protect Database Connection Configuration <Files connect_to_database.php> order allow,deny deny from all </Files> # Only php allowed on this folder <Files ~ ".*..*"> Order Allow,Deny Deny from all </Files> <FilesMatch "(?i).(php)$"> Order Deny,Allow Allow from all </FilesMatch>
Files
