Plugin Author
AITpro
(@aitpro)
Post the error from your BPS Security Log that is related to the Appointment Calendar plugin.
BPS has built-in Troubleshooting capability. To troubleshoot BPS issues/problems/conflicts these are the steps that you would use:
http://forum.ait-pro.com/forums/topic/read-me-first-free/#bps-free-general-troubleshooting
Plugin Author
AITpro
(@aitpro)
I have installed and tested this plugin. This plugin uses a jQuery Dialog Modal to load the Schedule Appointment Modal window.
This skip/bypass rule is what is need to whitelist the Modal window.
1. Add this skip/bypass rule below to this BPS Custom Code text box: CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES: Add personal plugin/theme skip/bypass rules here
# Appointment Calendar skip/bypass rule
RewriteCond %{REQUEST_URI} ^/wp-content/plugins/appointment-calendar/ [NC]
RewriteRule . - [S=13]
2. Click the Save Root Custom Code button.
3. Go to the BPS Security Modes page, click the Create secure.htaccess AutoMagic button and activate Root folder BulletProof Mode again.
I followed all your instructions but it still does not work.
Plugin Author
AITpro
(@aitpro)
What we saw in testing is that the 403 error is displayed inside the jQuery Dialog Modal popup box instead of the calendar. Once we added the skip/bypass rule above the 403 error no longer displayed and the calendar displayed instead. So this is confirmed as a working skip/bypass rule for this plugin. Please double check that you have done all the steps correctly. Thanks.
I placed this code by going to Custom Code > CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES and saved. And then activated BulletProof Mode under Website Root Folder .htaccess Security Mode. Still getting the same error.
Plugin Author
AITpro
(@aitpro)
For good measure: If you are using a caching plugin – clear your plugin cache. Also clear your Browser cache.
The only way the 403 error will disappear is if I use Default Mode.
Plugin Author
AITpro
(@aitpro)
Did you click the Create secure.htaccess File AutoMagic button before activating Root folder BulletProof Mode again?
Great! works now. Thanks a lot.