jasonmack
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Banning IPs/Visitors using htaI contacted my hosting server about the issue and they said it was on their part. Am truly sorry to ambush you. Thanks anyways! Quick reply.
Forum: Plugins
In reply to: [BulletProof Security] Banning IPs/Visitors using htaI was reading this conversation you had with a guy who had similar problem: https://ww.wp.xz.cn/support/topic/problem-blocking-a-single-ip-using-secure-htaccess-file?replies=18 . Except i dont have a CPU issue, its just not banning visitors. i even tried banning my main comps ip and never worked. I have been trying and reading still cant figure it out.
Forum: Plugins
In reply to: [BulletProof Security] HTTP to HTTPS .hta ChangesYeah got ti figured out, thanks a bunch man. great support very thankful.
Forum: Plugins
In reply to: [BulletProof Security] HTTP to HTTPS .hta Changes# 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
Forum: Plugins
In reply to: [BulletProof Security] HTTP to HTTPS .hta ChangesHi, 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.
Forum: Plugins
In reply to: [BulletProof Security] HTTP to HTTPS .hta ChangesI’m wanting to SSL/HTTPS both the entire front end and backend of the website.
Thank you.
Forum: Plugins
In reply to: [BulletProof Security] Redirecting old site to new siteThanks for your amazing support!
Forum: Plugins
In reply to: [BulletProof Security] Redirecting old site to new siteYeah, both of them are identical. Was a bit confused on how i would submit a change of address form to google. wasn’t sure if i submitted a form for both www and non www. so i just submitted for non www since im not using the www version. if you’re sapposed to let me know! Hey thanks for your help i appreciated it alot!
Forum: Plugins
In reply to: [BulletProof Security] Redirecting old site to new siteOr would i do the code like this:
# WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^(/wp-admin|.*wp-login\.php.*) [NC] RewriteRule ^(.*)$ http://www.newsite.com/$1 [R=301,L] RewriteRule ^(.*)$ http://newsite.com/$1 [R=301,L] # WP REWRITE LOOP ENDForum: Plugins
In reply to: [BulletProof Security] Redirecting old site to new siteOh i see, sorry about that! Do you think it matters i have www. or without it?
Both the sites dont use the www.
Should i take it out the snippet? or does it not matter.Forum: Plugins
In reply to: [BulletProof Security] Redirecting old site to new siteGreat, do you know the code for sub folder rule? Thanks for the above code and insctructions!