# Allow raw php files to be executed directly.
# Keep in mind that the WP Octo htaccess rules in the website root also apply here.

<FilesMatch "^(backup|check-filesystem|disable-maintenance|enable-maintenance|restore)\.php$">
    Require all granted
</FilesMatch>