• Resolved nepalpyramids

    (@nepalpyramids)


    i installed the plugin
    and all i DID was add expires headers only for my images like jpeg, png and so on i didnt even select any of those css stuff as i fear of breaking my site
    but the moment i did that i cleared cache and opened my site all i got was codes
    with boxes and < > and symbols
    but my sit got to normal the moment i deactivated and deleted far future Expiry
    please help
    and please do explain me very simply if theres an alternative coz im a not techies and wont be able to understand all the wordpress tech stuff
    thanks in advance

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, do you know if any code was inserted into the .htaccess file? If it didn’t what type of server is your site hosted in?

    Kind regards

    • This reply was modified 5 years, 8 months ago by mbrsolution.
    Thread Starter nepalpyramids

    (@nepalpyramids)

    hello and Namaste
    i dont think any code was inserted into the .htacess file
    my site is with Hostgator and its on SHARED HOSTING
    THANKS

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, if you enable our plugin it will add the following code to your .htaccess file.

    
    # BEGIN Far Future Expiration Plugin
    <IfModule mod_expires.c>
    ExpiresActive on
    <FilesMatch "\.(gif|jpeg|jpg|png)$">
    ExpiresDefault "access plus 5 days"
    </FilesMatch>
    </IfModule>
    # END Far Future Expiration Plugin

    Can you check to make sure your .htaccess file has something similar to the above code. Also check to make sure it does not have other code that is similar to our code, or else that will cause some issues.

    Another test that you can carry out is the following. Deactivate all of your other plugins except ours. Then carry out a test.

    Let me know how you go.

    Thank you

    Thread Starter nepalpyramids

    (@nepalpyramids)

    thank you very much
    that’s was really helpful

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, is your issue now resolved?

    Regards

    Thread Starter nepalpyramids

    (@nepalpyramids)

    I’m looking into it
    I’m not a very tech person
    im more of a beginner
    hahahahah really sorry — but thanks
    would love to try far future — its just that I fear breaking my site
    so im looking to my htaccess like you said
    and will give a try
    fingers crossed

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, do you still need support in this thread.

    Thank you

    Thread Starter nepalpyramids

    (@nepalpyramids)

    hello and namaste
    i have the above code you mentioned in my htaccess file and i also have this

    # Media
    ExpiresByType audio/ogg “access plus 1 month”
    ExpiresByType image/gif “access plus 1 month”
    ExpiresByType image/jpeg “access plus 1 month”
    ExpiresByType image/png “access plus 1 month”
    ExpiresByType video/mp4 “access plus 1 month”
    ExpiresByType video/ogg “access plus 1 month”
    ExpiresByType video/webm “access plus 1 month”
    do i need to delete this

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Symbols added by this plugin on my site’ is closed to new replies.