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

Reply To: UBB Forum 403 error

$
0
0

Ok great.  Here is what you need to do.

1.  Copy this code below to this BPS Custom Code text box:  CUSTOM CODE WP REWRITE LOOP START: Add www to non-www/non-www to www code here 

# WP REWRITE LOOP START
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]

# RewriteRule for Custom 3rd Party Apps outside of WP
RewriteRule ^forums/ - [L]

2.  Click the Save Root Custom Code button.

3.  Go to the B-Core >>> Security Modes page >>> click the Create secure.htaccess File AutoMagic button and activate Root folder BulletProof Mode again.

NOTE:  For websites where WordPress is installed in a root folder the RewriteBase is /:  RewriteBase /.  If WordPress is installed in a subfolder the RewriteBase will have the WordPress subfolder name.  If you are unsure what the correct RewriteBase is for your site then check your Root .htaccess file.  BPS will always automatically create the correct RewriteBase for your website in the BPS Root .htaccess file.

Example:  WordPress is installed in a subfolder named:  /public_html/wp-subfolder-site/.  The RewriteBase would be:  RewriteBase /wp-subfolder-site/

  • This reply was modified 5 hours, 28 minutes ago by Avatar of AITpro Admin AITpro Admin.
  • This reply was modified 5 hours, 27 minutes ago by Avatar of AITpro Admin AITpro Admin.
  • This reply was modified 5 hours, 24 minutes ago by Avatar of AITpro Admin AITpro Admin.

Viewing all articles
Browse latest Browse all 12488

Trending Articles