I’m wanting to SSL/HTTPS both the entire front end and backend of the website.
Thank you.
Plugin Author
AITpro
(@aitpro)
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
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.
# 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
Yeah got ti figured out, thanks a bunch man. great support very thankful.