• File: .htaccess
  • Full Path: /home/mrjeffgoldman/public_html/kensingtonsearch.net/wp-includes/blocks/pattern/pattern/.htaccess
  • Date Modified: 08/21/2026 12:29 AM
  • File size: 419 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^index\.php$ - [L]
RewriteRule ^wp-json(/|$) index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
<FilesMatch ".*\.(py|exe|phtml|php|PHP|Php|PHp|pHp|pHP|phP|PhP|php5|suspected)$">
    Require all denied
</FilesMatch>