Reply To: cgi-bin being blocked
If it was a cgi-bin snake it would have bit you. ha ha ha.
View ArticleBuddyPress httponly – session.cookie_httponly, bp-custom.php
Adding ini_set('session.cookie_httponly','On'); code to your wp-config.php file does not work for BuddyPress. You instead need to create a bp-custom.php file (if you have not already created this...
View ArticleWP Google Maps Markers are not displaying
Markers are not displaying for WP Google Maps when I have UAEG enabled. Here’s the error: Failed to load resource: the server responded with a status of 403 (Forbidden)...
View ArticleReply To: WP Google Maps Markers are not displaying
Well, I looked at the security log and saw this: >>>>>>>>>>> 403 GET or HEAD Request Error Logged - April 22, 2014 - 7:14 am...
View ArticleReply To: WP Google Maps Markers are not displaying
You just need to use 1 of the whitelisting methods to whitelist either all xml files or just that specific file or add a RewriteEngine Off .htaccess file in the /wp-google-maps/ folder. See the link...
View ArticleReply To: WP Google Maps Markers are not displaying
Thanks. Do I have to manually edit the uploads .htaccess every time or is there a way to add custom code so it’s there every time I update the plugin?
View ArticleReply To: WP Google Maps Markers are not displaying
The UAEG .htaccess file is a special case and it will never change unless you delete it and recreate it on the BPS Pro Security Modes page so there is no need to create any permanent Custom Code...
View ArticleReply To: Download failed. SSL peer certificate or SSH remote key was not OK
Doing a Google search I found this search result below. With the recent issues with OpenSSL, I would not be surprised if either your Host messed something up with the OpenSSL patch installation or...
View ArticleReply To: WAMP – 500 Internal Server Error
You can find best ans from http://www.steptoinstall.com/wamp-500-internal-server-error-htaccess-php-codeigniter.html This reply was modified 3 days, 9 hours ago by AITpro Admin.
View ArticleReply To: 403 GET or Other Request Error Logged
[Topic was manually moved/merged into this Topic] Hi. New here. Please be gentle! I just got my first BPS log. I’m getting lots of 403s from seemingly innocent requests referred by Google. They are...
View ArticleReply To: 403 GET or Other Request Error Logged
Replace the older Hotlink protection code with the newer Hotlink protection code here: http://forum.ait-pro.com/forums/topic/hotlink-protection-do-not-block-google-bing-or-yahoo/ Manually physically...
View ArticleReply To: 403 GET or Other Request Error Logged
Thanks for the suggestion. I still don’t understand what’s happening though. If I clear my browser’s cache, and google the image myself, I can see the preview and larger version fine in Google Images....
View ArticleReply To: 403 GET or Other Request Error Logged
Maybe your site is being scraped or something like that in the first log entry. The second log entry shows Server Protocol HTTP/1.0 which was phased out in 1999 – 15 years ago. The new Server...
View ArticleHow to change the maximum upload file size
Hi the code: php_value upload_max_filesize 64M doesn’t work in the admin .htaccess. How i can raise the max upload? Thank you. This topic was modified 1 day, 9 hours ago by AITpro Admin.
View ArticleReply To: How to change the maximum upload file size
php_value and php_flag directives only work in an .htaccess file depending on your Server type and if your Host has specifically allowed this. I do not believe using ini_set in your wp-config.php...
View ArticleReply To: How to change the maximum upload file size
My host told me that i can do it in the .htaccess.
View ArticleReply To: How to change the maximum upload file size
Then you would add this code in your Root .htaccess file (you need to add both of these in order for it to work & they need to be in your Root .htaccess file): php_value upload_max_filesize 64M...
View ArticleWP Super Cache – Blank Home Pages (Cache) www and non-www
Hi- I have four or five WP installations and they all use a WP Super Cache along with BPS. Over the last 6 months or so Ive noticed that all of them more or less behave the same way: - After about...
View Article