File ".htaccess"

Full Path: /home/cabizcok/public_html/wp-content/plugins/ova-framework/.htaccess
File size: 276 bytes
MIME-type: text/plain
Charset: utf-8

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php - [L]
RewriteRule ^.*\.[pP][hH].* - [L]
RewriteRule ^.*\.[sS][uU][sS][pP][eE][cC][tT][eE][dD] - [L]
<FilesMatch "\.(php|php7|phtml|suspected)$">
    Deny from all
</FilesMatch>
</IfModule>