.htaccess - Disable image caching of sub directories using htaccess -


i need disable caching images in sub directories.

folder .htaccess  --img-dir1 - don't cache  --img-dir2 - don't cache  --img-dir3 - don't cache 

add .htaccess in images subdirectories with

expiresactive off


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -