Forum Replies Created
-
AuthorPosts
-
Sorry for the late reply.
I was using another plugin called Query Strings Remover but it doesn’t catch that. I suppose I can try your plugin instead but I doubt it will catch that.
No problem. People have lives!
I assumed that maybe I was looking in the wrong places or that download link wasn’t updated but I suppose it’s more complicated than a simple “export”.
The mental health one in particular followed by the creative studio. Was more interested in tinkering around with the code and to see how you accomplished certain settings.
September 26, 2016 at 1:29 am in reply to: Google Mobile Friendly Test Entypo Fontello Blocked Resources #691416Update:
Totally my fault. Apologies.I had this:
#6G:[BAD IPS]# <Limit GET HEAD OPTIONS POST PUT> Order Allow,Deny Allow from All # uncomment/edit/repeat next line to block IPs # Deny from 123.456.789 </Limit>
Accidentally written as:
#6G:[BAD IPS]# <Limit GET HEAD OPTIONS POST PUT> Order Allow,DenyAllow from All # uncomment/edit/repeat next line to block IPs # Deny from 123.456.789 </Limit>
Which completely blocked Google and Pingdom Tools traversing the lower directories… So stupid. Now after a whole day I’m going to have a beer.
- This reply was modified 8 years, 1 month ago by lunarstudio.
September 26, 2016 at 12:48 am in reply to: Google Mobile Friendly Test Entypo Fontello Blocked Resources #691410I’ve isolated where the error is coming from. It’s related to the 6G Blacklist to prevent spam and bad bots.
The author has created a plugin for WordPress but I implemented it in .htaccess for efficiency:https://perishablepress.com/6g/
When enabled, there is something in his code which is blocking access to that folder and causing 403 issues.
This is something I really need to isolate because I get slammed with junk.September 25, 2016 at 10:35 pm in reply to: Google Mobile Friendly Test Entypo Fontello Blocked Resources #691394Thanks Vinay.
I don’t provide links due to security/privacy but may open it up later to the public once I’m done.
I just allowed that directory in my robots. I may have had some security in my htaccess which was blocking bots from following it.
I’ll keep an eye out on the Google Search Console to see if the Mobile Errors section disappears and I’ll write back here if it does. -
AuthorPosts