• Resolved jasonmack

    (@jasonmack)


    Hi, i updated your great plugin to latest and was wondering if i need to modify anything via custom code sections as i am about to make my site HTTPS.

    I’m trying to avoid breaking the site, i think i should double check and ask if i need to do anything to the .hta that your plugin generates me before i switch over.

    I am just going to go into WordPress settings and change the http to https.

    Let me know if i need to do anything else. Really appreciate it! Thank you.

    Jason

    https://ww.wp.xz.cn/plugins/bulletproof-security/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter jasonmack

    (@jasonmack)

    I’m wanting to SSL/HTTPS both the entire front end and backend of the website.

    Thank you.

    Plugin Author AITpro

    (@aitpro)

    After purchasing an SSL Certificate you would add this https/ssl code here to BPS Custom Code: http://forum.ait-pro.com/forums/topic/wordpress-ssl-htaccess-code-rewrite-ssl-rewritecond-server_port/#post-7233

    Plugin Author AITpro

    (@aitpro)

    Did you get this sorted out/working?

    Plugin Author AITpro

    (@aitpro)

    Did you get everything setup/working?

    Thread Start Date: 4-1-2015 to 4-2-2015
    Current Date: 4-9-2015

    Thread Starter jasonmack

    (@jasonmack)

    Hi, i would really appreciate if you could give me a 301 https to http code.

    I no longer need https and need to redirect my traffic back to http in a search engine friendly way (301)

    If you could please help me with that this issue would be resolved.

    Thread Starter jasonmack

    (@jasonmack)

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

    whenever i use this code i get a redirect loop?

    i also have wordpress settings to http

    Plugin Author AITpro

    (@aitpro)

    By default BPS creates standard http rewrite .htaccess code. So you just need to delete the https custom code you added/created in BPS Custom Code.

    1. Delete the https rewrite code you added to BPS Custom Code.
    2. Click the Save Root Custom Code button.
    3. Go to the Security Modes page, click the Create secure.htaccess File AutoMagic button and activate Root folder BulletProof Mode.

    Plugin Author AITpro

    (@aitpro)

    Did you get everything setup/working?

    Thread Start Date: 4-1-2015 to 4-2-2015
    Current Date: 4-14-2015

    Thread Starter jasonmack

    (@jasonmack)

    Yeah got ti figured out, thanks a bunch man. great support very thankful.

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

The topic ‘HTTP to HTTPS .hta Changes’ is closed to new replies.