ank91/wp-screen-options-demo/master/views/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache