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

Reply To: Easy Media Gallery Pro – slideshow not working

$
0
0

I believe you will need to add this plugin skip/bypass rule below and also maybe a wp-admin admin-ajax.php skip/bypass rule.

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/easy-social-share-buttons/

# easy-media-gallery-pro skip/bypass
RewriteCond %{REQUEST_URI} ^/wp-content/plugins/easy-media-gallery-pro/ [NC]
RewriteRule . - [S=13]

If the problem is still occuring then add this wp-admin admin-ajax.php skip/bypass rule to wp-admin Custom Code:
1. Add the admin-ajax.php skip/bypass rule below to this wp-admin Custom Code text box: CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
2. Click the Save wp-admin Custom Code button.
3. Go to the Security Modes page and Activate wp-admin Folder BulletProof Mode.

Note:  The skip rule must be [S=2] because it will be written to your wp-admin .htaccess file above skip / bypass rule [S=1].  If you have other wp-admin skip/bypass rules already then either combine them or add this skip/bypass rule separately above the other rules and change the skip #.  Example:  If you already have skip #’s 2 and 3 then this rule would be skip rule #4.

# admin-ajax.php skip/bypass rule
RewriteCond %{REQUEST_URI} (admin-ajax\.php) [NC]
RewriteRule . - [S=2]
  • This reply was modified 16 hours, 7 minutes ago by  AITpro Admin.
  • This reply was modified 16 hours, 7 minutes ago by  AITpro Admin.
  • This reply was modified 16 hours, 3 minutes ago by  AITpro Admin.
  • This reply was modified 16 hours ago by  AITpro Admin.

Viewing all articles
Browse latest Browse all 12476

Trending Articles