johncove
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] GoogleBot being blockedOh, it is a superb plugin. The only issue I have is where people are not having their user accounts approved without me having to do so for https://www.ataristsales.com – a bit of a pin. Can this approval be turned off?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] GoogleBot being blockedProblem solved – my hosting provider discovered the GoogleBot IP range was being blocked. Thanks for your support.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] GoogleBot being blockedThank you for your advice but the problem is still present after following your instructions.
Does your plugin create any other files on FTP that would block GoogleBots?
Thanks.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] GoogleBot being blockedWhen you say, “removed everything related to the aiowps plugin” – what does this entail above and beyond un-installation or deactivation of the AIOWPS plugin?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] GoogleBot being blockedI have just tried to look at the crawl errors but can only do this with a verified domain, of which that is the problem – they aren’t verified at the moment.
Any other ideas?
Thanks.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] GoogleBot being blockedThank you for getting back to me. I am concerned there may be residual access rules (ie in .htaccess across the site) causing this. It is odd that the issue has arisen following installation of AIOWPS across the domains in question.
I’ll check the crawl errors, thanks.
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] Change the order of CategoriesI’ve got round this by hard coding the order and removing the need for the foreach to display the categories in the order I wish using the slug but it is a bit clumsy:-
echo ‘
- Absolutely Fabulous in LA
- Timeless Classics
- Ageless Beauty
- Lady Loves
- Couture Classics
- Pas De Deux
- En Pointe
‘;
echo ‘‘;
echo ‘‘;
echo ‘‘;
echo ‘‘;
echo ‘‘;
echo ‘‘;
I think I’ve solved this – I had to create a folder wfcache and then force clearing of caching (even though it wasn’t enabled). I then re-saved all settings.
Logged out, logged in as normal.
Sounds odd though…
Where do I find the WordPress caching?
Also, what do you mean by the red message with an explanation? Also, where do I find this?
Thanks for your help.
OK, thanks.
Well, here is the htaccess file, any ideas:-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Hi Tim,
Yes caching is enabled – single site installation only.
Cheers.