mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-01-22 15:30:07 +00:00
5 lines
191 B
ApacheConf
5 lines
191 B
ApacheConf
|
#Header set Cache-Control "max-age=7200, must-revalidate"
|
||
|
|
||
|
RewriteEngine on
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule .(jpg|JPG|jpeg|JPEG|gif|GIF|png|PNG|bmp|BMP) /inc/thumb.php [QSA,L]
|