Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter remingtontm

    (@remingtontm)

    I followed your directions about deleting the custom code part, saved it, hit “create secure.htaccess file” button. went to htaccess file editor and deleted

    WP REWRITE LOOP START
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} !=on
    RewriteCond %{SERVER_PORT} ^80
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
    RewriteRule ^index\.php$ - [L]

    from secure.htaccess

    then placed # at “Your Current Root htaccess File”:

    # CUSTOM CODE WP REWRITE LOOP START - Your Custom htaccess code will be created here with AutoMagic
    # WP REWRITE LOOP START
    #RewriteEngine On
    #RewriteBase /
    #RewriteCond %{HTTPS} !=on
    #RewriteCond %{SERVER_PORT} ^80
    #RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
    #RewriteRule ^index\.php$ - [L]

    then the site ran perfect. Noticed in the certificate there was a break in the chain of trust per your preferences https://www.sslshopper.com/ssl-checker.html#hostname=www.utahpac.org

    so then read about combining the different certificate keys provided and now that seems to be great now.

    Thank you for your help. I was tempted to just uninstall BPS Pro, but it feels good knowing I have your code and SSL working. I host on Cloudways and they did help some, but it was you who followed this to the end. So thank you again.

    Thread Starter remingtontm

    (@remingtontm)

    Okay I #### all the rewrite code in the current htaccess and that finally did it.

    I also updated my ssl certs……so it looks like I have an all green chain now.

    Is BPS still working top notch or what adjustments?

    Thread Starter remingtontm

    (@remingtontm)

    [BPS Pro htaccess Protected Secure PHP Error Log]

    [18-Oct-2014 04:08:50 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/14630-5414.cloudwaysapps.com/dabjekcmeb/public_html/wp-includes/class.wp-styles.php:115) in /home/14630-5414.cloudwaysapps.com/dabjekcmeb/public_html/wp-includes/pluggable.php on line 1173

    Thread Starter remingtontm

    (@remingtontm)

    Okay, found what I needed in the activation area. Thank you for your help.

    Now it was running great with just the change to https://www.utahpac.org

    But as soon as I finished the

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

    Note: If your WordPress installation is in a subfolder then add the correct RewriteBase for your particular website/WordPress installation folder name.
    If your WordPress installation is in a folder named “my-site”: example.com/my-site/
    Your RewriteBase would be: RewriteBase /my-site/

    # WP REWRITE LOOP START
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} !=on
    RewriteCond %{SERVER_PORT} ^80
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
    RewriteRule ^index\.php$ – [L]
    2. Click the Save Root Custom Code button.
    3. Go to the Security Modes page and click the Create secure.htaccess File AutoMagic button.
    4. Activate Root Folder BulletProof Mode.”

    I only get “Error code: ERR_TOO_MANY_REDIRECTS”

    Thread Starter remingtontm

    (@remingtontm)

    Okay, I changed the address first and now I have the blank BPS. I guess I need a new key? Sorry. Just sent email.

Viewing 5 replies - 1 through 5 (of 5 total)