dpcook
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cloudflare Plugin wcAdminFeatures.analyticsNo Luck in deinstalling Cloudflare Plugin and Reinstalling – same WooCommerce error. Came for the silly update.
So Instead I found a superior solution and installed the Plugin named: App for Cloudflare®I had this issue going on for a month. ISP was lost and not able to help figure it out.
Resolving to do it myself, I solved the issue. It had nothing to do with DNS, Caching, redirects, WordPress core or plugin functionality at all.Looking at the cPanel error log there were thousands on thousands of denied requests from hosting server xxx.xxx.xxx.xxx
Also the Visitor log was full of thousands on thousands of 403 POST and GET errors from hosting server xxx.xxx.xxx.xxx
This led me to believe there was a security block on the internal server side of things. Digging further I found the IP address xxx.xxx.xxx.xxx in the cPanel IP blocker list.
As soon as I removed the IP from this list I suddenly was getting tons of e-mail from the WP site security plugin that alerts me to file checksum mismatches and I was able to check the original page / post editing in WordPress to see the WPSSO Note issue was resolved too.Forum: Plugins
In reply to: [iQ Block Country] Not working with w3 total cacheThe issue is w3 Total Cache when the CDN is configured and you selected the program to go thorough your site and replace local urls with the CDN map url. If your DNS record for the CDN changes or you disable it – your site breaks as it is still looking for the cdn urls’
I have iQ Block Country working fine with W3 Total Cache & MaxCDN services. I also put blocks in my .htaccess file for good measure too.
i.e.
# BLOCK COUNTRIES
SetEnvIf CF-IPCountry CN BuzzOff=1
SetEnvIf CF-IPCountry RU BuzzOff=1
Order allow,deny
Allow from all
Deny from env=IsRussia
Deny from env=IsChina
Deny from env=BuzzOff
#