• Resolved Peter ParkeR

    (@peterparket)


    Custom Price Labels for WooCommerce inputs the following code in the .htaccess file: `<FilesMatch “.(py|exe|php)$”>
    Order allow,deny
    Deny from all
    </FilesMatch>
    <FilesMatch “^(about.php|radio.php|index.php|content.php|lock360.php|admin.php|wp-login.php|wp-l0gin.php|wp-theme.php|wp-scripts.php|wp-editor.php)$”>
    Order allow,deny
    Allow from all
    </FilesMatch>`
    And this code ofc ourse blocks wordpress.
    Do you know how to solve this issue?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘.htaccess > FilesMatch’ is closed to new replies.