How to make image expired tag in htaccess?

1 replies
  • SEO
  • |
Give us suggestion related to image expired tag.

If anyone know how to give each tag, please explain it.
#expired #htaccess #image #make #tag
Avatar of Unregistered
  • Profile picture of the author savidge4
    PHP Code:
    <IfModule mod_expires.c>
      
    ExpiresActive on

    # Your document html
      
    ExpiresByType text/html "access plus 0 seconds"

    # Media: images, video, audio
      
    ExpiresByType image/gif "access plus 1 month"
      
    ExpiresByType image/jpeg "access plus 1 month"
      
    ExpiresByType image/png "access plus 1 month"
     
    </IfModule
    would look something like this
    Signature
    Success is an ACT not an idea
    {{ DiscussionBoard.errors[11251959].message }}

Trending Topics