travis loc
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Only working on homepageThe developers before me left this code from a Drupal install in the htaccess:
# Rewrite URLs of the form ‘x’ to the form ‘index.php?q=x’.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]Forum: Plugins
In reply to: [Cache Enabler] Only working on homepageI’ve just realised it’s some code in my htaccess file, when I figure out what I’ll post here, many thanks.
Forum: Plugins
In reply to: [Cache Enabler] Only working on homepageYes I did try that and I have tried again. I have a staging domain not running through cloudflare. https://staging.gaiaretreat.com.au/ I have disabled all plugins and using the default WP 2017 theme and still the same behaviour, eg homepage is fine but cache enabler not working on https://staging.gaiaretreat.com.au/day-spa/spa-packages/
Forum: Plugins
In reply to: [Cache Enabler] Only working on homepageAlso, I made sure I had emptied the entire Couldflare cache and my browser cache after turning on cache enabler.
Forum: Plugins
In reply to: [Cache Enabler] Only working on homepageThanks for the reply. I didn’t realise yesterday but it now seems that cache enabler doesn’t work at all if I have cloudflare active. Yesterday I had cloudflare in development mode and that’s when I could see cache enabler working on just the homepage. I’ve just put cloudflare back in development mode so it will stay like that for 3 hours and again I can only see cache enabler working on the homepage.
Hi @mbrsolution,
I’ve reinstalled the plugin and still have permission problems, however, I have figured out what was blocking Googlebot so will post here for others.
My site is https, and I recently blocked the use of SSLv3 on my server because of Poodle. As soon as I allowed SSLv3 Googlebot started working again. Now I just need to figure out why Googlebot is not using TLS with my server??
Thanks all,
@wpsolutions,
with this installation of the plugin no code was ever added to my .htaccess file because of the file permisssions problems, so there is no problem there.@mbrsolution,
I have also set up this plugin in other sites and no problems at all, it’s just 1 site that’s causing me grief.Maybe the same reason that googlebot can’t access my site, is the same reason that the All In One WP Security Plugin was having file permission problems. Since I have checked all the file permissions I don’t know what else I can do.
Hi again,
I’ve tried to completely disable and delete the plugin. But still now the googlebot can not reach my site. I know it’s not my VPS firewall blocking google because googlebot can reach other websites on my VPS.
Is there anything this plugin could have changed in my wordpress set up that could cause this problem with googlebot, even after the plugin has been disabled?
Many thanks for any ideas on this.
Hello,
When I click ‘create db backup now’, I get the error: Warning: mkdir(): Permission denied in … /all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php on line 386
I’m also getting other ‘permission denied’ errors.
Under ‘file system security’ all the file permissions are ok. Root directory is 0755. Any ideas what the problem is?