ank91/wp-screen-options-demo/master/views/.htaccess
# Prevent direct access of php files in this folder <FilesMatch ".(?i:php)$"> <IfModule !mod_authz_core.c> Order allow,deny Deny from all </IfModule> <IfModule mod_authz_core.c> Require all denied </IfModule> </FilesMatch>