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

Reply To: Giving WordPress Its Own Directory (GWIOD)

$
0
0

BPS creates the BPS secure root htaccess file in the WordPress installation folder – /wp.  The site root htaccess file is an additional htaccess file for WP GWIOD sites that you can manually edit.  The site root htaccess file only needs generic/default WordPress htaccess code.  What does “Our site broke” mean?  Describe what is not working in specific detail.

GWIOD HTTPS/SSL site root htaccess code is below.  For the HTTPS/SSL htaccess code for your WordPress installation folder/BPS secure root htaccess file see the “WordPress SSL/HTTPS htaccess code” link below.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} !=on
RewriteCond %{SERVER_PORT} ^80
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Relevant/related links:
Giving WordPress Its Own Directory
https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
WordPress SSL/HTTPS htaccess code
http://forum.ait-pro.com/forums/topic/wordpress-ssl-htaccess-code-rewrite-ssl-rewritecond-server_port/#post-7233
BPS Pro standard troubleshooting steps
http://forum.ait-pro.com/forums/topic/read-me-first-pro/#bps-pro-general-troubleshooting

  • This reply was modified 15 hours, 42 minutes ago by  AITpro Admin.
  • This reply was modified 15 hours, 29 minutes ago by  AITpro Admin.
  • This reply was modified 3 hours, 59 minutes ago by  AITpro Admin.
  • This reply was modified 3 hours, 53 minutes ago by  AITpro Admin.

Viewing all articles
Browse latest Browse all 12461

Trending Articles