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

Reply To: Visual Composer – 403 error

$
0
0

If the problem came back that would have to mean something has/was changed and the code below no longer exists in your root htaccess file.  Check your root htaccess file code on the htaccess File Editor tab page > Your Current Root htaccess File tab and make sure this code below exists in your root htaccess file.

# Plugin Name Here skip/bypass
RewriteCond %{REQUEST_URI} ^/wp-content/plugins/js_composer/ [NC]
RewriteRule . - [S=13]

I assume you also added the wp-admin skip/bypass rule for post.php?

# post.php skip/bypass rule 
RewriteCond %{REQUEST_URI} (post\.php) [NC] 
RewriteRule . - [S=2]
  • This reply was modified 6 hours, 17 minutes ago by Profile photo of AITpro Admin AITpro Admin.

Viewing all articles
Browse latest Browse all 12461

Trending Articles