• Resolved fwkart

    (@fwkart)


    Hi.

    Question. In my source code the addition &nocache=1 is added after the images.

    $url = Passthru::getLoaderUrl() . '?nocache=1';

    The images loading mode is set to passthru because the mode via htaccess does not work. Can I remove the &nocache=1 and why is this added to the image URL?

    Greetings

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    Hi @fwkart,

    Thanks for your message.

    You can not do it. This is a solution for some web hosts that have a cache set. This parameter then allows the plugin to function properly.

    Thread Starter fwkart

    (@fwkart)

    Ok thanks. What file permissions does the htaccess file need to have? Mine is set to 644.

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    It all depends on the server configuration. If the plugin cannot save the .htaccess file, you will receive an appropriate error message.

    Thread Starter fwkart

    (@fwkart)

    ok!
    Thanks for your Work!

    Greetings

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘?nocache=1 on img URL’ is closed to new replies.