Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #712243

    dusenbcp
    Participant

    Hello,

    THe URL I’m having trouble with is http://www.englishinstructionline.com. All of its software is updated.

    Currently, its images aren’t loading properly within Firefox or Chrome (for some reason it does still looks correct for me through Safari).

    It’s also not loading properly within Cornerstone from the backend.

    I had recently enabled Cloudflare’s “Rocket Loader” option (set to the “Automatic” setting).

    I tried disabling it, purging the Cloudflare cache, but I’m still getting the same result.

    I also set these two page rules within the Cloudflare settings:

    *.englishinstructiononline.com/*?cornerstone=1 Apps: Off, Performance: Off, Security: On, Cache level: Bypass cache

    *englishinstructiononline.com/wp-adminApps: Off, Performance: Off, Security: On, Cache level: Bypass cache

    Any ideas about what else might be going on here?

    Thanks!

    #712299

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You need to disable rocket loader for it to work.

    https://support.cloudflare.com/hc/en-us/articles/200168056-What-does-Rocket-Loader-do-

    Thanks

    #712348

    dusenbcp
    Participant

    Hi,

    Thanks for your reply.

    Rocket Loader has been disabled for a while now, and I purged the Cloudflare cache, but it’s still not loading properly (I can get into Cornerstone but some of the images are still not loading, including the site logo).

    #712372

    Paul R
    Moderator

    In that case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #712675

    dusenbcp
    Participant

    I’m just waiting on my host provider (they’re currently checking things out from their end). If it’s still unresolved once they’re done I’ll send the login info along to you.

    #712941

    Rad
    Moderator

    Sure thing! Keep us posted 🙂

    #718559

    dusenbcp
    Participant
    This reply has been marked as private.
    #718609

    Zeshan
    Member

    Hi there,

    I’ve fixed the issue of 404 pages not found issue in your site by re-saving the permalinks under Settings > Permalinks. Your pages for example: http://www.seattlehindionline.com/schedule-classes/ should work fine now.

    Thank you!

    #718660

    dusenbcp
    Participant
    This reply has been marked as private.
    #718678

    Paul R
    Moderator

    Hi,

    Upon checking, I can see your images are being pulled from i2.wp.com and i0.wp.com

    eg.

    http://i2.wp.com/www.christophdusenbery.com/wp-content/uploads/Photo-2-Christoph-250×250.jpg?resize=250%2C250
    http://i0.wp.com/www.christophdusenbery.com/wp-content/uploads/Woman-Interviewing-400×267.jpg?resize=400%2C267

    Can you try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks

    #718721

    dusenbcp
    Participant

    Hi,

    To test that, I’ve now disabled all my plugins on http://www.opicpractice.com, but unfortunately, as you can see, the issue is still occurring (incidentally images are also no longer appearing on the site at all).

    #719007

    dusenbcp
    Participant

    Hi again,

    It’s now fixed!

    I’ll I did was remove this from all of my .htaccess files:

    RewriteCond %{HTTP_REFERER} !^http://christophdusenbery.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://christophdusenbery.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://dagars.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://dagars.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://englishinstructiononline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://englishinstructiononline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://englishinstructiononline.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://englishinstructiononline.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://opicpractice.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://opicpractice.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.christophdusenbery.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.christophdusenbery.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.dagars.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.dagars.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.englishinstructiononline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.englishinstructiononline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.englishinstructiononline.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.englishinstructiononline.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.opicpractice.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.opicpractice.seattlehindionline.com$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.seattlehindionline.com/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.seattlehindionline.com$ [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]

    Do you know if this was created by turning on Cloudflare’s Rocket Loader?

    Thanks again very much for your help.

    #719083

    dusenbcp
    Participant

    After doing a little more follow-up on this, it seems like the culprit may have actually been enabling “Hotlink Protection” within the server cPanel.

    #719117

    Rad
    Moderator

    Yes, all that setting will go under your .htaccess file. And thanks for sharing!