Reply To: secure.htaccess does not exist
Ok, I just looked at the steps and it seems very involved. And I’m not that familiar with the linux commands. Can I just confirm if I need to implement: Optimum Choice – Change Ownership so that the...
View ArticleReply To: secure.htaccess does not exist
You would choose either the Change Ownership or file permissions method. Obviously the best choice would be to Change Ownership so that the PHP Script Owner and the PHP File Owner are the same...
View ArticleReply To: secure.htaccess does not exist
ok, so I’ll try and implement the optimum choice methodfirst. If I can’t I’ll try the second method, which looks a bit easier to implement. Thanks for your support. I’ll be upgrading to Pro soon....
View ArticleReply To: secure.htaccess does not exist
Can I just check one more thing. Is the CHOWN method using SSH?
View ArticleReply To: secure.htaccess does not exist
Yes, most likely you would have to CHOWN using SSH. Typically an FTP user account on a DSO Server will not have enough permissions to do a CHOWN. This reply was modified 2 days, 22 hours ago by...
View ArticleReply To: Disable WP Cron
If your hosting provider doesn’t allow setting cronjobs, there are some webcron services like easycron.com This reply was modified 2 days, 6 hours ago by Maud. This reply was modified 2 days, 5 hours...
View ArticleWordPress Jetpack Publicize
Hello I appear to be having communications problems between my site and Jetpack/ publicize. The Jetpack debug log reads SELF: Array ( [headers] => Array ( [server] => nginx [date] => Sun, 05...
View ArticleReply To: WordPress Jetpack Publicize
Check your BPS Security Log file and post any log entries that are directly related to Jetpack publicize. BPS Pro Troubleshooting Resources/Links How to check your website with a Proxy to detect if...
View ArticleReply To: WordPress Jetpack Publicize
Hello Keymaster…. Always the way when you call in the engineer…. … The blasted thing works again. Soooo frustrating. For the help of others: it appears that if you have the Anticipate plugin by...
View ArticleReply To: WordPress Jetpack Publicize
Yeah I hear you. I have to remind myself not to go to deep and start from the most basic troubleshooting steps first. Standard WP troubleshooting steps. Deactivate plugins one by one. Switch your...
View ArticleReply To: Login Security Brute Force Attack
Yes, that is always the much better aproach to use since you have full control over allowing IP addresses vs denying IP addresses. Allowing IP addresses is a finite number. Denying IP addresses is...
View ArticleReply To: Login Security Brute Force Attack
So this is what I placed in the Custom Code Brute Force Login…. # Protect wp-login.php from Brute Force Login Attacks based on IP Address <FilesMatch "^(wp-login\.php)"> Order Allow,Deny # Add...
View ArticleReply To: Login Security Brute Force Attack
No, you do not need to add a deny condition/rule it is implied. Yes, you would need dots after each octect of the IP address. 3 octets: 100.99.88. 2 octets: 100.99. # Allow,Deny # First, all Allow...
View ArticleMultiple mod rewrite in htaccess
Hi Just inspecting my htaccess at root and i notice that it has multiple copies of the mod rewrite rule at the top… is this normal? Or can i go on a culling expedition and knock them out. I assume at...
View ArticleServer is a Windows IIS Server that does not support htaccess rewriting.
I am good at CSS and HTML but not a techie. I get this message on my wordpress database. WARNING! BPS has detected that your Server is a Windows IIS Server that does not support htaccess rewriting. Do...
View ArticleReply To: Multiple mod rewrite in htaccess
That is not normal and is a very common problem caused by 1 or both of these very common problems below. The links below explain the cause of the problem and provide the solution. cPanel HotLink...
View ArticleReply To: Server is a Windows IIS Server that does not support htaccess...
Microsoft IIS 7+ web server with the URL Rewrite 1.1+ module and PHP 5 running as FastCGI Microsoft IIS 6+ using ASAPI_Rewrite Your options are: Use the ISAPI_Rewrite (typo above on the wordPress.org...
View ArticleReply To: Custom Code – mod_gzip htaccess custom code not working
Hello, I am having a problem with adding GZIP custom code to my website which runs the free version of BPS. I watched your custom code video and I changed also the .htaccess file permissions to 644...
View ArticleMaintenance Mode Guide – Read Me First
Maintenance Mode Basics, Features & General Info As of BPS Pro 8.2 (BPS .49.9 pending) Maintenance Mode has been completely redesigned and is now a main feature of BPS. Maintenance Mode no longer...
View Article