Quantcast
Channel: BulletProof Security Forum » All Posts
Viewing all articles
Browse latest Browse all 12488

Reply To: WooCommerce Checkout – 403 error

$
0
0

Or looking at the WooCommerce WC_Checkout class and code which is handling data processing and passing it to any available Gateways.  I think what is needed is a plugin skip/bypass rule for the blank WooCommerce Checkout page issue since Gateways/API’s need 2 way connections.

1. Copy the code below to this BPS Root Custom Code text box: CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES
2. Click the Save Root Custom Code button.
3. Go to the BPS Security Modes page, click the Create secure.htaccess File AutoMagic button and activate Root folder BulletProof Mode.
Note: If your WordPress installation is a subfolder installation then add your WordPress folder name in the path.  Example:  /My-WordPress-Folder-Name/wp-content/plugins/woocommerce/

# WooCommerce skip/bypass rule
RewriteCond %{REQUEST_URI} ^/wp-content/plugins/woocommerce/ [NC]
RewriteRule . - [S=13]
  • This reply was modified 1 day ago by  AITpro Admin.
  • This reply was modified 1 day ago by  AITpro Admin.
  • This reply was modified 23 hours, 53 minutes ago by  AITpro Admin.
  • This reply was modified 23 hours, 44 minutes ago by  AITpro Admin.
  • This reply was modified 23 hours, 43 minutes ago by  AITpro Admin.
  • This reply was modified 23 hours, 40 minutes ago by  AITpro Admin.
  • This reply was modified 23 hours, 39 minutes ago by  AITpro Admin.

Viewing all articles
Browse latest Browse all 12488

Trending Articles