Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Pingdom Remove Query #699572

    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.

    in reply to: Missing Theme Options / Child Themes #691949

    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.

    in reply to: Google Mobile Friendly Test Entypo Fontello Blocked Resources #691416

    Update:
    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 7 years, 7 months ago by lunarstudio.
    in reply to: Google Mobile Friendly Test Entypo Fontello Blocked Resources #691410

    I’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.

    in reply to: Google Mobile Friendly Test Entypo Fontello Blocked Resources #691394

    Thanks 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.

Viewing 5 posts - 1 through 5 (of 5 total)